Commit 1cab8ad3 authored by Adam Wujek's avatar Adam Wujek 💬

update .gitignore

Ignore temporary files created during build.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 49e97963
...@@ -3,9 +3,11 @@ ...@@ -3,9 +3,11 @@
*.mod.c *.mod.c
.*.o.cmd .*.o.cmd
.*.ko.cmd .*.ko.cmd
*.mod.c *.mod.d
*.o.d
*.tmp
.tmp_versions .tmp_versions
modules.order modules.order
Module.symvers Module.symvers
\#* \#*
*~ *~
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment