summarylogtreecommitdiffstats
path: root/.gitignore
blob: eb1fe6a2c24cf75044a4517400266d490f05fd13 (plain)
1
2
3
4
5
6
7
8
9
10
# To keep a clean AUR git repo, only look at the following files.
# - .gitignore file
# - .SRCINFO versioning info
# - PKGBUILD build script
# All others files are ignored without `git add -f` directive.
*
*/
!.gitignore
!.SRCINFO
!PKGBUILD