blob: 93000a4e660e673b289ccc650b14ea2902a4396a [file] [log] [blame]
hardlyb1e7e142014-08-06 00:43:51 +03001# 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 :)
hardlyb1e7e142014-08-06 00:43:51 +030028scripts/bench/assimp/*
29scripts/bench/catch/*
30scripts/bench/log.txt
31build/*
32build-mingw/*
33examples/*/build/*
34examples/*/build-mingw/*
hardlyb1e7e142014-08-06 00:43:51 +030035*.pyc