forked from codereader/DarkRadiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (79 loc) · 1.07 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Linux build files
Makefile
CMakeFiles
CMakeCache.txt
cmake_install.cmake
/config.h
/install_manifest.txt
/radiant/darkradiant
/install/darkradiant.desktop
/test/drtest
*.o
*.lo
*.so
*.a
*.la
.deps
# Linux profiling
perf.data*
# Doxygen output
/dox
# Editor temporary files
*.swp
tags
# Windows directories
w32deps
w64deps
build
# Windows build files
*.dll
*.pdb
install/*.exe
tools/msvc/*.exe
/tools/innosetup/*.exe
*.exp
*.lib
# Image Source Files
*.psd
# Windows Visual Studio stuff
*.user
DarkRadiant.opensdf
DarkRadiant.sdf
gtkrc
testsuite.ilk
# VS Code
.vscode
# VS
/winbuild
*.psess
*.suo
*.ipch
*.dirstamp
/tools/innosetup/*.7z
*.vspx
*.bak
*.opendb
*.iobj
*.ipdb
# Mac OS X Stuff
.DS_Store
xcuserdata
/install/*.zip
/tools/msvc/.vs
/tools/msvc/DarkRadiant.VC.db
/tools/innosetup/*.zip
/tools/lwo_analyse/.vs
/radiant/*.aps
# Portable installation temp folders
/tools/scripts/DarkRadiant_install.x64
/tools/scripts/DarkRadiant_install
/install/*.ilk
/tools/msvc/Tests/x64
/tools/msvc/x64
/tools/msvc/packages
/install/*.testdurations
*.ilk
.vs/
windeps*.7z
/packages
/windeps