From 8bcef8baa6be970790ee573cfc70ff06e59fe063 Mon Sep 17 00:00:00 2001 From: xHire Date: Thu, 5 Mar 2009 17:41:20 +0100 Subject: Merged in my private .gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to '.gitignore') 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.* -- cgit v1.2.3