From bbf7ba32bb53fa94ba36e5da39577c23640d851d Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 4 Mar 2010 11:44:31 +0800 Subject: [PATCH] add .gitignore file --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c49d15 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +# Normal rules +# + +!.gitignore +.* +series +*.orig +*~ +\#*#