Makefile: allow to override the build type variable.
[TP_AL_C.git] / .gitignore
1 lexer/lexer
2 !lexer/
3 *.static
4 *.dynamic
5 # for cygwin
6 *.exe
7
8 *.o
9
10 *.so
11 *.dylib
12 *.a
13 # for cygwin
14 *.dll
15 *.dll.a
16
17 # atom linter
18 *.gch
19 # ide-cquery
20 .atom
21
22 # editor trash
23 *.swp
24 *~
25
26 .build
27
28 thumbs.db
29 *.DS_Store