Browse Source

Correcting .gitignore

master
Valentin Moguerou 3 years ago
parent
commit
69e9c4e70f
  1. 57
      .gitignore

57
.gitignore

@ -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
._*

Loading…
Cancel
Save