Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 17d6f0e

Browse files
authored
Create .gitignore
1 parent fe9dc67 commit 17d6f0e

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

.gitignore

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
*.user
2+
*.suo
3+
*.sdf
4+
*.ncb
5+
*.log
6+
*.pdb
7+
*.obj
8+
ScreenDump*.bmp
9+
/.vs
10+
/WorkshopMods
11+
/_Bin
12+
/_SDL
13+
/_Pindrop
14+
/Backup
15+
/Debug
16+
/Packaging/Win32-Beta/files
17+
/Packaging/Win32/files
18+
/WorkshopMods
19+
/System/Slick Profiler/Final2017
20+
/System/Slick Profiler/Steam Final
21+
/System/Slick Profiler/Steam Release
22+
/System/Slick Profiler/Steam Debug
23+
/System/Slick Profiler/Debug
24+
/System/Slick Profiler/Final
25+
/System/Slick Profiler/Final Open Source
26+
/System/Slick Profiler/Debug Open Source
27+
/GUI/Editor/Debug
28+
/GUI/Editor/Release
29+
/System/Slick Profiler/Remote profile
30+
/Steam Release
31+
/Steam Debug
32+
/Steam Final
33+
/_Bin/Final Open Source
34+
/_Bin/Debug Open Source
35+
/Final Open Source
36+
/Debug Open Source
37+
/Steam Final
38+
/Final2017
39+
/Remote Profile
40+
/Remote Release
41+
/Release
42+
/Final
43+
/Debug
44+
/DebugFast
45+
LogConsole.txt
46+
LogLoading.txt
47+
LogPublish.txt
48+
MemCleanupInfo.txt
49+
/Packaging/Win32-Beta/client1
50+
/Packaging/Win32-Beta/client2
51+
/Packaging/Win32-Beta/client3
52+
/Packaging/Win32-Beta/ClientFinal
53+
/Packaging/Win32-Beta/ServerFinal
54+
/Packaging/Win32-Beta/ServerFinalGameplay
55+
/NATPunchServer/Server/NATCompleteServer/Debug
56+
/NATPunchServer/Server/NATCompleteServer/Release
57+
/NATPunchServer/Server/NATCompleteServer/.vs
58+
/_LuaBind/Debug
59+
/_LuaBind/Release
60+
/_LuaBind/.vs
61+
/_boost_1_69_0/bin.v2
62+
/_boost_1_69_0/stage
63+
/_Allegro-4.2.3.1-Custom/Allegro/build/msvc8/.vs
64+
/_Allegro-4.2.3.1-Custom/Allegro/lib
65+
/_Allegro-4.2.3.1-Custom/Allegro/obj

0 commit comments

Comments
 (0)