Create global .gitignore rule

master
maxxir_w 7 years ago
parent 65f4288d40
commit fa0a50a85a

46
.gitignore vendored

@ -0,0 +1,46 @@
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Object files
*.o
*.ko
*.obj
*.elf
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.HEX
*.bin
*.BIN
# Temporary GCC build
*.eep
*.lss
*.lst
*.map
*.sym
/Release
/.dep
# Eclipse specific
/.settings