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.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
|
||||
|
|
Loading…
Reference in a new issue