aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 307f6403b578de339d6d0aa36c4a07abcd9c82a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#######################################################################
# EDITORS / IDEs
#######################################################################
# vim
**/*.swp

# Eclipse
Debug
Release
.cproject
.project
.settings

# VS
**.sln
**.vcxproj
**.filters
**.vs/
**.vcxproj.user

# sublime text
*.sublime-workspace
*.sublime-project

# QtCreator
**/*.autosave
*.pro.user
.qmake.stash

#######################################################################
# BUILD SYSTEM
#######################################################################
# binary
OrbitingYeti
OrbitingYeti.exe

build