-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore~
64 lines (58 loc) · 2.04 KB
/
.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
62
63
64
# This file lists matching patterns that should be ignored by git.
# Particularly useful for intermediate files (ie: 'obj' directories)
# or files generated by a compile.
ErrorReport/obj/
ErrorReport/bin/
RacerMateOne/obj/
WPFMediaKit/obj/
WPFMediaKit/bin/
RacerMateOne/ErrorReport.exe
RacerMateOne/bin/Debug/app.publish/
RacerMateOne/bin/Debug/Art/
RacerMateOne/bin/Debug/Courses/Distance and Grade/Warmup_3dc.rmc
RacerMateOne/bin/Debug/Help/
RacerMateOne/bin/Debug/Media/
RacerMateOne/bin/Debug/Resources/
RacerMateOne/bin/Debug/CleanSettings.exe
RacerMateOne/bin/Debug/Irrlichtf.dll
RacerMateOne/bin/Debug/ErrorReport.exe
RacerMateOne/bin/Debug/RacerMateOne.application
RacerMateOne/bin/Debug/RacerMateOne.exe
RacerMateOne/bin/Debug/RacerMateOne.exe.manifest
RacerMateOne/bin/Debug/RacerMateOne.pdb
RacerMateOne/bin/Debug/racermate.dll
RacerMateOne/bin/Debug/console.exe
RacerMateOne/bin/Debug/RM1_DefaultSettings.xml
RacerMateOne/bin/Debug/WPFMediaKit.dll
RacerMateOne/bin/Debug/WPFMediaKit.pdb
RacerMateOne/bin/Release/app.publish/
RacerMateOne/bin/Release/Art/
RacerMateOne/bin/Release/Courses/Distance and Grade/Warmup_3dc.rmc
RacerMateOne/bin/Release/Help/
RacerMateOne/bin/Release/Media/
RacerMateOne/bin/Release/Resources/
RacerMateOne/bin/Release/CleanSettings.exe
RacerMateOne/bin/Release/Irrlichtf.dll
RacerMateOne/bin/Release/ErrorReport.exe
RacerMateOne/bin/Release/RacerMateOne.application
RacerMateOne/bin/Release/RacerMateOne.exe
RacerMateOne/bin/Release/RacerMateOne.exe.manifest
RacerMateOne/bin/Release/RacerMateOne.vshost.exe
RacerMateOne/bin/Release/RacerMateOne.pdb
RacerMateOne/bin/Release/racermate.dll
RacerMateOne/bin/Release/console.exe
RacerMateOne/bin/Release/RM1_DefaultSettings.xml
RacerMateOne/bin/Release/WPFMediaKit.dll
RacerMateOne/bin/Release/WPFMediaKit.pdb
* ignore Visual Studio's .vs directory
.vs/
# ignore all *.log files
*.log
# ignore pdb files since they tend to get big
*.pdb
# ignore visual studio user option files
*.suo
*.user
#nca: ignore Larry's post.bat files
#RacerMateOne/bin/Debug/post.bat
#RacerMateOne/bin/Release/post.bat