fixed bad ignore for Makefiles under the kernel directory
This commit is contained in:
parent
ec79c7dba3
commit
4518136cd7
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
||||||
.version
|
.version
|
||||||
.version.date
|
.version.date
|
||||||
Makefile
|
Makefile
|
||||||
|
!kernel/**/Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
@ -13,7 +14,6 @@ config.h.in
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
configure
|
configure
|
||||||
core-*.tar.gz
|
|
||||||
debian
|
debian
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ coverage.xml
|
||||||
# ignore package files
|
# ignore package files
|
||||||
*.rpm
|
*.rpm
|
||||||
*.deb
|
*.deb
|
||||||
|
*.tar.gz
|
||||||
|
|
||||||
# pytest cache files
|
# pytest cache files
|
||||||
.cache
|
.cache
|
||||||
|
|
Loading…
Reference in a new issue