aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9b5a28d998fb113c78e680819a73278600b16942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# general directories to ignore
bin/
build/
build_clang/
build_gcc/
build_debug/
build_release/
CMakeFiles/
Testing/

# extensions to ignore
*.o
*.out
*.a
*.cmake

# general files to ignore
CMakeCache.txt
Makefile

# specific directories to ignore
/debug_build/
/G*