summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore26
1 files changed, 7 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index 1180e52..19cc12a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,29 +1,17 @@
-### General section ###
-# build directory
+# build directories
build/
-doc/
-
-### xHire's section ###
-# private scripts
-ai.sh
-build.sh
-patch.sh
-chmod.sh
-indent.sh
+build_client/
+build_server/
-# notes
-NOTES
-CHANGELOG
-handbook_data/
+# documentation build
+doc/
-# tmp folder
+# temporary folder
tmp/
# core dumps
+core
core.*
# backup files
*~
-
-# debug files
-DEBUG.*