Skip to content

Commit 920b85e

Browse files
authored
Merge pull request #244 from q4a/xd_dev
add doxygen by Zegeri and other stuff
2 parents 2135e18 + 8e95702 commit 920b85e

File tree

6 files changed

+2505
-11
lines changed

6 files changed

+2505
-11
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
!.travis.yml
66

77
# exclude binaries and temporary files
8-
bin/
9-
bin_plugs/
8+
bin*/
109
intermediate/
1110
intermediate_plugs/
1211
lib/
1312
*.aps
1413
*.user
1514
*.PVS-Studio.*
15+
16+
# exclude doxygen output
17+
doc/doxygen/html/*

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/LuaJIT/LuaJIT.git
44
[submodule "Externals/luabind"]
55
path = Externals/luabind
6-
url = https://github.com/OpenXRay/luabind-deboostified.git
6+
url = https://github.com/OpenXRay/luabind-deboostified.git
77
[submodule "Externals/GameSpy"]
88
path = Externals/GameSpy
99
url = https://github.com/nitrocaster/GameSpy.git

0 commit comments

Comments
 (0)