blob: 74be3b2ad0116b9696cf987bff4e605b8fb6166b [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 :)
onqtam54565452016-05-19 18:09:20 +030028scripts/bench/project/*
hardlyb1e7e142014-08-06 00:43:51 +030029build/*
30build-mingw/*
31examples/*/build/*
32examples/*/build-mingw/*
onqtamce59fd12016-09-19 23:43:56 +030033scripts/*/build/*
34scripts/*/build-mingw/*
hardlyb1e7e142014-08-06 00:43:51 +030035*.pyc