fixed bad ignore for Makefiles under the kernel directory

This commit is contained in:
Blake J. Harnden 2018-03-05 11:54:23 -08:00
parent ec79c7dba3
commit 4518136cd7

3
.gitignore vendored
View file

@ -4,6 +4,7 @@
.version
.version.date
Makefile
!kernel/**/Makefile
Makefile.in
aclocal.m4
autom4te.cache
@ -13,7 +14,6 @@ config.h.in
config.log
config.status
configure
core-*.tar.gz
debian
stamp-h1
@ -36,6 +36,7 @@ coverage.xml
# ignore package files
*.rpm
*.deb
*.tar.gz
# pytest cache files
.cache