Initial commit
[evhz] / .gitignore
1 # Object files
2 *.o
3
4 # Libraries
5 *.lib
6 *.a
7
8 # Shared objects (inc. Windows DLLs)
9 *.dll
10 *.so
11 *.so.*
12 *.dylib
13
14 # Executables
15 *.exe
16 *.out
17 *.app