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

#files
*~
*.pro.user

/.project

positioning_*/