1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-04-29 15:19:40 +02:00

a common ..gitignore for kernel module source

This commit is contained in:
Chen Minqiang 2016-10-10 03:06:33 +08:00
parent 00aedbde5c
commit 31fcd8e769

40
.gitignore vendored
View File

@ -1,7 +1,39 @@
# Object files
*.o
*.cmd
.tmp_versions/
8812au.ko
8812au.mod.c
*.ko
*.obj
*.elf
*.o.cmd
*.ko.cmd
.tmp_versions
Module.symvers
modules.order
*.mod.c
cscope.*
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/