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

#files
*~
*.pro.user

/.project

positioning_*/