Add .gitignore

This commit is contained in:
Louis Rubet 2014-02-12 13:30:07 +01:00
parent bb27ba439f
commit d804876efa

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# 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