gitignore *.o.d

When the core module compilation fails, a kmod/core/.core.o.d file
appears.
This commit is contained in:
Josh Poimboeuf 2014-04-28 16:09:04 -05:00
parent 59cbfe63b8
commit b7f32f8ade
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.o
*.o.cmd
*.o.d
*.ko
*.ko.cmd
*.mod.c