Makefile: allow to override the build type variable.
[TP_AL_C.git] / .gitignore
... / ...
CommitLineData
1lexer/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
28thumbs.db
29*.DS_Store