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

#files
*~
*.pro.user

/.project