Skip to content

Commit 655a6e1

Browse files
Merge branch 'master' of https://github.com/openrails/openrails
2 parents 938ab28 + a7a0338 commit 655a6e1

File tree

75 files changed

+2120
-772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2120
-772
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
*.cs diff=csharp
5151

5252

53+
# (No source)
54+
# Fix for batch script processing
55+
*.cmd text eol=crlf
56+
57+
5358
# (No source)
5459
# Custom for Delphi
5560
*.pas diff=pascal

.gitignore

Lines changed: 345 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,355 @@
77
/Microsoft XNA Framework Redistributable 3.1
88
/Open Rails
99
/Program
10-
/Source/**/*.user
11-
/Source/**/obj
12-
/Source/*.suo
13-
/Source/.vs
1410
/Source/Contrib/TimetableEditor/*.lps
1511
/Source/Contrib/TimetableEditor/*.res
1612
/Source/Contrib/TimetableEditor/backup
1713
/Source/Contrib/TimetableEditor/lib
1814
/Source/Documentation/**/_build
1915
/Source/Help
2016
/Source/Locales/**/*.bak
17+
18+
## Ignore Visual Studio temporary files, build results, and
19+
## files generated by popular Visual Studio add-ons.
20+
##
21+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
22+
23+
# User-specific files
24+
*.rsuser
25+
*.suo
26+
*.user
27+
*.userosscache
28+
*.sln.docstates
29+
30+
# User-specific files (MonoDevelop/Xamarin Studio)
31+
*.userprefs
32+
33+
# Mono auto generated files
34+
mono_crash.*
35+
36+
# Build results
37+
[Dd]ebug/
38+
[Dd]ebugPublic/
39+
[Rr]elease/
40+
[Rr]eleases/
41+
x64/
42+
x86/
43+
[Aa][Rr][Mm]/
44+
[Aa][Rr][Mm]64/
45+
bld/
46+
[Bb]in/
47+
[Oo]bj/
48+
[Ll]og/
49+
50+
# Visual Studio 2015/2017 cache/options directory
51+
.vs/
52+
# Uncomment if you have tasks that create the project's static files in wwwroot
53+
#wwwroot/
54+
55+
# Visual Studio 2017 auto generated files
56+
Generated\ Files/
57+
58+
# MSTest test Results
59+
[Tt]est[Rr]esult*/
60+
[Bb]uild[Ll]og.*
61+
62+
# NUNIT
63+
*.VisualState.xml
64+
TestResult.xml
65+
66+
# Build Results of an ATL Project
67+
[Dd]ebugPS/
68+
[Rr]eleasePS/
69+
dlldata.c
70+
71+
# Benchmark Results
72+
BenchmarkDotNet.Artifacts/
73+
74+
# .NET Core
75+
project.lock.json
76+
project.fragment.lock.json
77+
artifacts/
78+
79+
# StyleCop
80+
StyleCopReport.xml
81+
82+
# Files built by Visual Studio
83+
*_i.c
84+
*_p.c
85+
*_h.h
86+
*.ilk
87+
*.meta
88+
*.obj
89+
*.iobj
90+
*.pch
91+
*.pdb
92+
*.ipdb
93+
*.pgc
94+
*.pgd
95+
*.rsp
96+
*.sbr
97+
*.tlb
98+
*.tli
99+
*.tlh
100+
*.tmp
101+
*.tmp_proj
102+
*_wpftmp.csproj
103+
*.log
104+
*.vspscc
105+
*.vssscc
106+
.builds
107+
*.pidb
108+
*.svclog
109+
*.scc
110+
111+
# Chutzpah Test files
112+
_Chutzpah*
113+
114+
# Visual C++ cache files
115+
ipch/
116+
*.aps
117+
*.ncb
118+
*.opendb
119+
*.opensdf
120+
*.sdf
121+
*.cachefile
122+
*.VC.db
123+
*.VC.VC.opendb
124+
125+
# Visual Studio profiler
126+
*.psess
127+
*.vsp
128+
*.vspx
129+
*.sap
130+
131+
# Visual Studio Trace Files
132+
*.e2e
133+
134+
# TFS 2012 Local Workspace
135+
$tf/
136+
137+
# Guidance Automation Toolkit
138+
*.gpState
139+
140+
# ReSharper is a .NET coding add-in
141+
_ReSharper*/
142+
*.[Rr]e[Ss]harper
143+
*.DotSettings.user
144+
145+
# JustCode is a .NET coding add-in
146+
.JustCode
147+
148+
# TeamCity is a build add-in
149+
_TeamCity*
150+
151+
# DotCover is a Code Coverage Tool
152+
*.dotCover
153+
154+
# AxoCover is a Code Coverage Tool
155+
.axoCover/*
156+
!.axoCover/settings.json
157+
158+
# Visual Studio code coverage results
159+
*.coverage
160+
*.coveragexml
161+
162+
# NCrunch
163+
_NCrunch_*
164+
.*crunch*.local.xml
165+
nCrunchTemp_*
166+
167+
# MightyMoose
168+
*.mm.*
169+
AutoTest.Net/
170+
171+
# Web workbench (sass)
172+
.sass-cache/
173+
174+
# Installshield output folder
175+
[Ee]xpress/
176+
177+
# DocProject is a documentation generator add-in
178+
DocProject/buildhelp/
179+
DocProject/Help/*.HxT
180+
DocProject/Help/*.HxC
181+
DocProject/Help/*.hhc
182+
DocProject/Help/*.hhk
183+
DocProject/Help/*.hhp
184+
DocProject/Help/Html2
185+
DocProject/Help/html
186+
187+
# Click-Once directory
188+
publish/
189+
190+
# Publish Web Output
191+
*.[Pp]ublish.xml
192+
*.azurePubxml
193+
# Note: Comment the next line if you want to checkin your web deploy settings,
194+
# but database connection strings (with potential passwords) will be unencrypted
195+
*.pubxml
196+
*.publishproj
197+
198+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
199+
# checkin your Azure Web App publish settings, but sensitive information contained
200+
# in these scripts will be unencrypted
201+
PublishScripts/
202+
203+
# NuGet Packages
204+
*.nupkg
205+
# The packages folder can be ignored because of Package Restore
206+
**/[Pp]ackages/*
207+
# except build/, which is used as an MSBuild target.
208+
!**/[Pp]ackages/build/
209+
# Uncomment if necessary however generally it will be regenerated when needed
210+
#!**/[Pp]ackages/repositories.config
211+
# NuGet v3's project.json files produces more ignorable files
212+
*.nuget.props
213+
*.nuget.targets
214+
215+
# Microsoft Azure Build Output
216+
csx/
217+
*.build.csdef
218+
219+
# Microsoft Azure Emulator
220+
ecf/
221+
rcf/
222+
223+
# Windows Store app package directories and files
224+
AppPackages/
225+
BundleArtifacts/
226+
Package.StoreAssociation.xml
227+
_pkginfo.txt
228+
*.appx
229+
230+
# Visual Studio cache files
231+
# files ending in .cache can be ignored
232+
*.[Cc]ache
233+
# but keep track of directories ending in .cache
234+
!?*.[Cc]ache/
235+
236+
# Others
237+
ClientBin/
238+
~$*
239+
*~
240+
*.dbmdl
241+
*.dbproj.schemaview
242+
*.jfm
243+
*.pfx
244+
*.publishsettings
245+
orleans.codegen.cs
246+
247+
# Including strong name files can present a security risk
248+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
249+
#*.snk
250+
251+
# Since there are multiple workflows, uncomment next line to ignore bower_components
252+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
253+
#bower_components/
254+
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
255+
**/wwwroot/lib/
256+
257+
# RIA/Silverlight projects
258+
Generated_Code/
259+
260+
# Backup & report files from converting an old project file
261+
# to a newer Visual Studio version. Backup files are not needed,
262+
# because we have git ;-)
263+
_UpgradeReport_Files/
264+
Backup*/
265+
UpgradeLog*.XML
266+
UpgradeLog*.htm
267+
ServiceFabricBackup/
268+
*.rptproj.bak
269+
270+
# SQL Server files
271+
*.mdf
272+
*.ldf
273+
*.ndf
274+
275+
# Business Intelligence projects
276+
*.rdl.data
277+
*.bim.layout
278+
*.bim_*.settings
279+
*.rptproj.rsuser
280+
*- Backup*.rdl
281+
282+
# Microsoft Fakes
283+
FakesAssemblies/
284+
285+
# GhostDoc plugin setting file
286+
*.GhostDoc.xml
287+
288+
# Node.js Tools for Visual Studio
289+
.ntvs_analysis.dat
290+
node_modules/
291+
292+
# Visual Studio 6 build log
293+
*.plg
294+
295+
# Visual Studio 6 workspace options file
296+
*.opt
297+
298+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
299+
*.vbw
300+
301+
# Visual Studio LightSwitch build output
302+
**/*.HTMLClient/GeneratedArtifacts
303+
**/*.DesktopClient/GeneratedArtifacts
304+
**/*.DesktopClient/ModelManifest.xml
305+
**/*.Server/GeneratedArtifacts
306+
**/*.Server/ModelManifest.xml
307+
_Pvt_Extensions
308+
309+
# Paket dependency manager
310+
.paket/paket.exe
311+
paket-files/
312+
313+
# FAKE - F# Make
314+
.fake/
315+
316+
# CodeRush personal settings
317+
.cr/personal
318+
319+
# Python Tools for Visual Studio (PTVS)
320+
__pycache__/
321+
*.pyc
322+
323+
# Cake - Uncomment if you are using it
324+
# tools/**
325+
# !tools/packages.config
326+
327+
# Tabs Studio
328+
*.tss
329+
330+
# Telerik's JustMock configuration file
331+
*.jmconfig
332+
333+
# BizTalk build output
334+
*.btp.cs
335+
*.btm.cs
336+
*.odx.cs
337+
*.xsd.cs
338+
339+
# OpenCover UI analysis results
340+
OpenCover/
341+
342+
# Azure Stream Analytics local run output
343+
ASALocalRun/
344+
345+
# MSBuild Binary and Structured Log
346+
*.binlog
347+
348+
# NVidia Nsight GPU debugger configuration file
349+
*.nvuser
350+
351+
# MFractors (Xamarin productivity tool) working folder
352+
.mfractor/
353+
354+
# Local History for Visual Studio
355+
.localhistory/
356+
357+
# BeatPulse healthcheck temp database
358+
healthchecksdb
359+
360+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
361+
MigrationBackup/

0 commit comments

Comments
 (0)