-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
61 lines (51 loc) · 1.42 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
# Saved map
saved_map.txt
# Eclipse local files
language.settings.xml
org.eclipse.cdt.codan.core.prefs
org.eclipse.cdt.core.prefs
org.eclipse.cdt.ui.prefs
org.eclipse.cdt.managedbuilder.core.prefs
org.eclipse.core.resources.prefs
# MSVC local files
spec.i
# Eclipse default build configuration folders
/Debug/
/Release/
# Eclipse build folders (using libfgeal.so/fgeal.dll)
/linux-gcc-libfgeal-debug/
/linux-gcc-libfgeal-release/
/win32-mingw-libfgeal-debug/
/win32-mingw-libfgeal-release/
# Eclipse build folders (Allegro 5.0/5.2)
/linux-gcc-allegro5.0-debug/
/linux-gcc-allegro5.0-release/
/win32-mingw-allegro5.0-debug/
/win32-mingw-allegro5.0-release/
# Eclipse build folders (SDL 1.2)
/linux-gcc-sdl1.2-debug/
/linux-gcc-sdl1.2-release/
/win32-mingw-sdl1.2-debug/
/win32-mingw-sdl1.2-release/
/win32-msvc-sdl1.2-debug/
/win32-msvc-sdl1.2-release/
# Eclipse build folders (SDL 2.0)
/linux-gcc-sdl2.0-debug/
/linux-gcc-sdl2.0-release/
/win32-mingw-sdl2.0-debug/
/win32-mingw-sdl2.0-release/
/win32-msvc-sdl2.0-debug/
/win32-msvc-sdl2.0-release/
# Eclipse build folders (SFML 1.5/1.6)
/linux-gcc-sfml1.6-debug/
/linux-gcc-sfml1.6-release/
# Eclipse build folders (SFML 2.x)
/linux-gcc-sfml2.0-debug/
/linux-gcc-sfml2.0-release/
/win32-mingw-sfml2.0-debug/
/win32-mingw-sfml2.0-release/
/win32-msvc-sfml2.0-debug/
/win32-msvc-sfml2.0-release/
# Eclipse build folders (Allegro 4.4/4.2)
/linux-gcc-allegro4.4-debug/
/linux-gcc-allegro4.4-release/