Commit a7d71b43 authored by Vaibhav Gupta's avatar Vaibhav Gupta Committed by Federico Vaga

gitignore: Update list of file formats to be ignored

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent f3adea08
...@@ -3,13 +3,14 @@ ...@@ -3,13 +3,14 @@
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
*.o *.o
*.a
*.so
*.ko *.ko
*.mod.c *.mod*
.*.o.cmd .*cmd
.*.ko.cmd
*.mod.d
*.o.d *.o.d
*.tmp *.tmp*
*.swp
.tmp_versions .tmp_versions
modules.order modules.order
Module.symvers Module.symvers
...@@ -20,4 +21,4 @@ GPATH ...@@ -20,4 +21,4 @@ GPATH
GRTAGS GRTAGS
Makefile.specific Makefile.specific
compile_commands.json compile_commands.json
.clangd .clangd
\ 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