TP 11 exo1: Fix the Makefile to produce the shared and the static
[TD_C.git] / .gitignore
1 *.o
2 # for cygwin
3 *.exe
4
5 *.so
6 *.a
7
8 # editor trash
9 *.swp
10 *.~
11
12 .build
13
14 thumbs.db
15 *.DS_Store