Created
September 22, 2013 23:03
-
-
Save pablox-cl/6664716 to your computer and use it in GitHub Desktop.
The .gitignore that I use for building PKGBUILD for the AUR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ignore everything | |
* | |
!.gitignore | |
# except PKGBUILD needed files | |
!PKGBUILD | |
!*.install | |
!ChangeLog | |
# common wing-man files | |
!*.diff | |
!*.patch | |
# add files that don't have an online source |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment