Refinements to .gitignore
[TD_C.git] / .gitignore
1 *.static
2 *.dynamic
3 # for cygwin
4 *.exe
5
6 *.o
7
8 *.so
9 *.a
10 # for cygwin
11 *.dll
12 *.dll.a
13
14 # editor trash
15 *.swp
16 *~
17
18 .build
19
20 thumbs.db
21 *.DS_Store