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 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
*.o
*.a
*.so
*.ko
*.mod.c
.*.o.cmd
.*.ko.cmd
*.mod.d
*.mod*
.*cmd
*.o.d
*.tmp
*.tmp*
*.swp
.tmp_versions
modules.order
Module.symvers
\#*
*~
GTAGS
GPATH
GRTAGS
GTAGS
Makefile.specific
compile_commands.json
.clangd
compile_commands.json
\ No newline at end of file
cscope*
......@@ -32,6 +32,7 @@ clean-spec-core-fpga.h:
rm -f spec-core-fpga.h
install: modules_install
clean: clean-spec-core-fpga.h
$(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