hardly | b1e7e14 | 2014-08-06 00:43:51 +0300 | [diff] [blame] | 1 | # Compiled Object files |
2 | *.slo | ||||
3 | *.lo | ||||
4 | *.o | ||||
5 | *.obj | ||||
6 | |||||
7 | # Compiled Dynamic libraries | ||||
8 | *.so | ||||
9 | *.dylib | ||||
10 | *.dll | ||||
11 | |||||
12 | # Compiled Static libraries | ||||
13 | *.lai | ||||
14 | *.la | ||||
15 | *.a | ||||
16 | *.lib | ||||
17 | |||||
18 | # Executables | ||||
19 | *.exe | ||||
20 | *.out | ||||
21 | *.app | ||||
22 | |||||
23 | # Text garbage | ||||
24 | *.ii | ||||
25 | *.s | ||||
26 | |||||
27 | # My garbage :) | ||||
28 | examples/temp_test_output.txt | ||||
29 | |||||
30 | scripts/bench/assimp/* | ||||
31 | scripts/bench/catch/* | ||||
32 | scripts/bench/log.txt | ||||
33 | build/* | ||||
34 | build-mingw/* | ||||
35 | examples/*/build/* | ||||
36 | examples/*/build-mingw/* | ||||
37 | *.suo | ||||
38 | *.pyc |