summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxHire <xhire@tuxportal.cz>2009-03-05 17:41:20 +0100
committerxHire <xhire@tuxportal.cz>2009-03-05 17:42:19 +0100
commit8bcef8baa6be970790ee573cfc70ff06e59fe063 (patch)
tree907051361a64d83cdc7dcba5a5b14b22ae457de5
parente35f8d5063b31e7d0025c85b211c3f97e78e4ab2 (diff)
Merged in my private .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.*