TP13 exo2: Remove FIXME comments that have been addressed.
[TD_C.git] / .gitignore
1 exo?
2 *.static
3 *.dynamic
4 # for cygwin
5 *.exe
6
7 *.o
8
9 *.so
10 *.a
11 # for cygwin
12 *.dll
13 *.dll.a
14
15 # editor trash
16 *.swp
17 *~
18
19 .build
20
21 thumbs.db
22 *.DS_Store