mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-04-29 23:29:38 +02:00
a common ..gitignore for kernel module source
This commit is contained in:
parent
00aedbde5c
commit
31fcd8e769
40
.gitignore
vendored
40
.gitignore
vendored
@ -1,7 +1,39 @@
|
|||||||
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
*.cmd
|
*.ko
|
||||||
.tmp_versions/
|
*.obj
|
||||||
8812au.ko
|
*.elf
|
||||||
8812au.mod.c
|
*.o.cmd
|
||||||
|
*.ko.cmd
|
||||||
|
.tmp_versions
|
||||||
Module.symvers
|
Module.symvers
|
||||||
modules.order
|
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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user