Browse Source

Correcting .gitignore

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

57
.gitignore

@ -1,54 +1,9 @@
# ---> C # Output
# Prerequisites
*.d
# Object files obj/*
*.o bin/*
*.ko
*.obj
*.elf
# Linker output # Mac OS
*.ilk .DS_Store
*.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

Loading…
Cancel
Save