-
Notifications
You must be signed in to change notification settings - Fork 52
/
.gitignore
61 lines (49 loc) · 813 Bytes
/
.gitignore
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# git ignore file
# User specific settings
*.userprefs
*.DotSettings.user
*.user
*.suo
.vs/
#macOS directory metadata
.DS_Store
# Build results
[Bb]in/
[Oo]bj/
[Dd]ebug/
[Rr]elease/
bin_debug/
bin_release/
obj/
linuxbuild.*
macbuild.*
/mac/
installers/debian.deb
OpenBVE-*.zip
OpenBVE-*.deb
OpenBVE-*.dmg
#Debian Build directory
installers/debian/usr/lib/*
#Gedit temporary files
*~
# Misc. Visual Studio files
*.sdf
*.opendb
*.vspx
*.diagsession
# Autogenerated assembly file
source/OpenBVE/Properties/AssemblyInfo*.cs
*.resources
source/*.xml
#InnoSetup Output Folder
[Oo]utput/
#Debian Control File- Autogenerated
installers/debian/DEBIAN/control
#Debian build stuff
debian/openbve/*
debian/*.log
debian/*.substvars
debian/*.debhelper
debian/debhelper-build-stamp
# NuGet Packages
**/[Pp]ackages/*