Invert .gitignore matches
Instead of matching files to ignore, ignore all and then exclude the few files which need to be tracked in version control.
This commit is contained in:
parent
2fee68f47f
commit
77fc574669
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,4 @@
|
||||
/wlroots-git/
|
||||
/pkg/
|
||||
/src/
|
||||
/*.log
|
||||
/*.pkg.tar
|
||||
/*.pkg.tar.*
|
||||
*
|
||||
!/PKGBUILD
|
||||
!/.SRCINFO
|
||||
!/.gitignore
|
||||
|
Loading…
Reference in New Issue
Block a user