Correcting .gitignore

This commit is contained in:
Valentin Moguerou 2021-10-11 18:56:51 +02:00
parent 0305d80f7e
commit 69e9c4e70f

57
.gitignore vendored
View File

@ -1,54 +1,9 @@
# ---> C
# Prerequisites
*.d
# Output
# Object files
*.o
*.ko
*.obj
*.elf
obj/*
bin/*
# Linker output
*.ilk
*.map
*.exp
# 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/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Mac OS
.DS_Store
._*