Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Ignore build directories
/build/
/cmake-build-*/
# Ignore CMake generated files
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
# Ignore Ninja generated files
build.ninja
rules.ninja
.ninja_deps
.ninja_log
# Ignore Visual Studio Code workspace files
.vscode/
# Ignore JetBrains CLion project files
.idea/
# Ignore Google Test download directory
/googletest-download/
# Ignore compiled object files
*.o
*.obj
*.lo
*.la
*.al
*.libs
*.dll
*.so
*.so.*
*.dylib
*.lib
*.a
*.exp
*.pdb
# Ignore executable files
*.exe
*.out
*.app
# Ignore other temporary files
*.log
*.tmp
*.swp
*.bak
*.old
*.orig
*.rej
*.swo
*.swn
*.DS_Store