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

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

# general files to ignore
CMakeCache.txt
cmake_install.cmake
Makefile

# specific directories to ignore
/debug_build/
/G*