Commit 1277cfc2 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 23e88e5d
...@@ -3,20 +3,23 @@ ...@@ -3,20 +3,23 @@
# SPDX-License-Identifier: LGPL-2.1-or-later # SPDX-License-Identifier: LGPL-2.1-or-later
*.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
\#* \#*
*~ *~
GTAGS
GPATH GPATH
GRTAGS GRTAGS
GTAGS Makefile.specific
compile_commands.json
.clangd .clangd
compile_commands.json cscope*
\ No newline at end of file
...@@ -32,6 +32,7 @@ clean-spec-core-fpga.h: ...@@ -32,6 +32,7 @@ clean-spec-core-fpga.h:
rm -f spec-core-fpga.h rm -f spec-core-fpga.h
install: modules_install install: modules_install
clean: clean-spec-core-fpga.h clean: clean-spec-core-fpga.h
$(MAKE) -C $(LINUX) M=$(shell pwd) $@ $(MAKE) -C $(LINUX) M=$(shell pwd) $@
......
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