summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 567609b..2d2dbc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,29 @@
+### General section ###
+# build directory
build/
+
+### xHire's section ###
+# private scripts
+ai.sh
+build.sh
+patch.sh
+chmod.sh
+indent.sh
+
+# notes
+NOTES
+HANDBOOK
+CHANGELOG
+handbook_data/
+
+# tmp folder
+tmp/
+
+# core dumps
+core.*
+
+# backup files
+*~
+
+# debug files
+DEBUG.*