blob: e575863f646d52e28bc51e8a0a56289cfddc4300 [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 :)
onqtama985f5a2017-04-16 22:48:07 +030028Win32/
29x64/
onqtam69d3c9e2017-08-11 13:15:37 +030030doctest_with_main.dir/
onqtam54565452016-05-19 18:09:20 +030031scripts/bench/project/*
onqtamfea36c52017-05-10 22:52:57 +030032scripts/bench/catch*.hpp
onqtamc8692c42017-09-05 18:47:55 +030033scripts/bench/results.txt
onqtama985f5a2017-04-16 22:48:07 +030034build/
35build-mingw/
hardlyb1e7e142014-08-06 00:43:51 +030036*.pyc
Viktor Kirilovaeccac92019-04-27 21:59:53 +030037*vscode*
Clare Macrae5ee84b42019-08-12 08:00:18 +010038.idea/
39cmake-build-*/
Trevor Elliottcf94eba2021-11-04 06:29:11 -070040bazel-*