Skip to content

Commit

Permalink
Sort .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 20, 2019
1 parent 77a2d50 commit 86f5a33
Showing 1 changed file with 28 additions and 42 deletions.
70 changes: 28 additions & 42 deletions .gitignore
@@ -1,54 +1,40 @@
# Prerequisites
*.a
*.app
*.cmd
*.d

# Object files
*.o
*.ko
*.obj
*.dSYM/
*.dll
*.dylib
*.elf

# Linker output
*.ilk
*.map
*.exe
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.hex
*.i*86
*.idb
*.ilk
*.key
*.ko
*.la
*.lib
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.map
*.mod*
*.o
*.obj
*.out
*.pch
*.pdb
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
dsvpn
*.key

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
*.x86_64
*~
.tmp_versions/
modules.order
Module.symvers
.vscode
Mkfile.old
Module.symvers
dkms.conf
dsvpn
key
modules.order

0 comments on commit 86f5a33

Please sign in to comment.