]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Update gitignore
authorTimePath <andrew.hardaker1995@gmail.com>
Thu, 14 Apr 2016 12:39:17 +0000 (22:39 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Thu, 14 Apr 2016 12:39:17 +0000 (22:39 +1000)
.gitignore
CMakeLists.txt

index f590f872be1ea544533d003f599f72d09dd035d0..0a76101ea4fb0d17e80502bddbcc4d7441ecc659 100644 (file)
@@ -1,6 +1,6 @@
 /build/
+/daemon
 /darkplaces
-/fteqcc
 /gmqcc
 /div0-gittools
 /netradiant
@@ -13,3 +13,5 @@
 /xonstat/
 /xonstatdb/
 /wiki
+
+.idea/
index 734d5934f7e5af3a8fe333107881577aa78d95b3..55ee124f2d4357938270551be374b0f99032956a 100644 (file)
@@ -10,6 +10,7 @@ macro(subproject name)
     endif ()
 endmacro()
 
+subproject(daemon)
 subproject(darkplaces)
 subproject(data/xonotic-data.pk3dir)
 subproject(gmqcc)