Some indentation cleanups on the Mastermind game
[TD_IML.git] / .gitignore
1 exo*
2 lanceur
3 balle
4 *.static
5 *.dynamic
6 # for cygwin
7 *.exe
8
9 *.o
10
11 *.so
12 *.dylib
13 *.a
14 # for cygwin
15 *.dll
16 *.dll.a
17
18 # editor trash
19 *.swp
20 *~
21
22 *.txt
23
24 .build
25
26 thumbs.db
27 *.DS_Store