This commit is contained in:
Serge A. Zaitsev
2017-01-09 16:40:57 +02:00
2 changed files with 55 additions and 0 deletions

34
.gitignore vendored
View File

@@ -1,3 +1,37 @@
# Object files
*.o
*.ko
*.obj
*.elf
# 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
# Binary
example
example.exe