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 :) | ||||
onqtam | a985f5a | 2017-04-16 22:48:07 +0300 | [diff] [blame] | 28 | Win32/ |
29 | x64/ | ||||
onqtam | 69d3c9e | 2017-08-11 13:15:37 +0300 | [diff] [blame] | 30 | doctest_with_main.dir/ |
onqtam | 5456545 | 2016-05-19 18:09:20 +0300 | [diff] [blame] | 31 | scripts/bench/project/* |
onqtam | fea36c5 | 2017-05-10 22:52:57 +0300 | [diff] [blame] | 32 | scripts/bench/catch*.hpp |
onqtam | c8692c4 | 2017-09-05 18:47:55 +0300 | [diff] [blame] | 33 | scripts/bench/results.txt |
onqtam | a985f5a | 2017-04-16 22:48:07 +0300 | [diff] [blame] | 34 | build/ |
35 | build-mingw/ | ||||
hardly | b1e7e14 | 2014-08-06 00:43:51 +0300 | [diff] [blame] | 36 | *.pyc |
Viktor Kirilov | aeccac9 | 2019-04-27 21:59:53 +0300 | [diff] [blame] | 37 | *vscode* |
Clare Macrae | 5ee84b4 | 2019-08-12 08:00:18 +0100 | [diff] [blame] | 38 | .idea/ |
39 | cmake-build-*/ | ||||
Trevor Elliott | cf94eba | 2021-11-04 06:29:11 -0700 | [diff] [blame] | 40 | bazel-* |
Leon Brands | 5118843 | 2022-01-21 01:26:15 +0100 | [diff] [blame] | 41 | |
42 | # MacOS/Xcode | ||||
43 | *.DS_Store | ||||
44 | *.xcodeproj/ | ||||
45 | XCBuildData/ | ||||
46 | |||||
47 | # Visual Studio | ||||
48 | *.vcxproj | ||||
49 | *.vcxproj.filters | ||||
50 | *.sln | ||||
51 | *.lastbuildstate | ||||
52 | *.recipe | ||||
53 | *.tlog | ||||
54 | *.exp | ||||
55 | *.ilk | ||||
56 | *.pdb | ||||
57 | |||||
58 | # Ninja | ||||
59 | build.ninja | ||||
60 | .ninja_log | ||||
61 | .ninja_deps | ||||
62 | |||||
63 | # CMake generated | ||||
64 | CMakeFiles/ | ||||
65 | CMakeScripts/ | ||||
66 | generated/ | ||||
67 | cmake_install.cmake | ||||
68 | CTestTestFile.cmake | ||||
69 | CMakeCache.txt | ||||
70 | *.FileListAbsolute.txt | ||||
71 | CTestCostData.txt | ||||
72 | *.Build.CppClean.log | ||||
73 | LastTest.log | ||||
74 | LastTestsFailed.log | ||||
75 | temp |