ignore binaries
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,34 +1,27 @@
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
# Object files
|
||||
*.o
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
|
||||
# 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
|
||||
@@ -36,8 +29,8 @@
|
||||
*.x86_64
|
||||
*.hex
|
||||
|
||||
# VScode stuff
|
||||
*.code-workspace
|
||||
|
||||
# Other
|
||||
*.img
|
||||
|
||||
kosh
|
||||
|
||||
Reference in New Issue
Block a user