Skip to content

Instantly share code, notes, and snippets.

@pablox-cl
Created September 22, 2013 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablox-cl/6664716 to your computer and use it in GitHub Desktop.
Save pablox-cl/6664716 to your computer and use it in GitHub Desktop.
The .gitignore that I use for building PKGBUILD for the AUR.
# 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