We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2135e18 + 8e95702 commit 920b85eCopy full SHA for 920b85e
.gitignore
@@ -5,11 +5,13 @@
5
!.travis.yml
6
7
# exclude binaries and temporary files
8
-bin/
9
-bin_plugs/
+bin*/
10
intermediate/
11
intermediate_plugs/
12
lib/
13
*.aps
14
*.user
15
*.PVS-Studio.*
+
16
+# exclude doxygen output
17
+doc/doxygen/html/*
.gitmodules
@@ -3,7 +3,7 @@
3
url = https://github.com/LuaJIT/LuaJIT.git
4
[submodule "Externals/luabind"]
path = Externals/luabind
- url = https://github.com/OpenXRay/luabind-deboostified.git
+ url = https://github.com/OpenXRay/luabind-deboostified.git
[submodule "Externals/GameSpy"]
path = Externals/GameSpy
url = https://github.com/nitrocaster/GameSpy.git
0 commit comments