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