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

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

CMakeFiles/
CMakeCache.txt
*.cmake
src-gen