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/
|
!/PKGBUILD
|
||||||
/src/
|
!/.SRCINFO
|
||||||
/*.log
|
!/.gitignore
|
||||||
/*.pkg.tar
|
|
||||||
/*.pkg.tar.*
|
|
||||||
|
Loading…
Reference in New Issue
Block a user