summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1d7fec6faecb6f385cd11723459413ffc295bce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#folders used for building the code
*-debug/
*-Debug/
*-release/
*-Release/
bin/
lib/
positioning/
build/

#files
*~
*.pro.user
*.txt.user*
/.project

CMakeFiles/
CMakeCache.txt
cmake_install.cmake