summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 18c75b19af2ae6e01f2b48b7a4f14c5eb844b40f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Testing/*
.DS_Store
.vagrant/*
.idea/

CMakeFiles/
cmake_install.cmake
CMakeCache.txt
Makefile

src/CMakeFiles
src/cmake_install.cmake
src/Makefile

build/*