aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b0c9aa662ac2725fcb20a929afe77bb00d543f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# general directories to ignore
bin/
build/
CMakeFiles/
Testing/

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

# general files to ignore
CMakeCache.txt
Makefile

# specific directories to ignore
/debug_build/
/G*