From 6e9bcb1fa4fd052900f90aa92b2754fa4592d825 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Mon, 10 Sep 2012 17:38:31 +0200 Subject: [PATCH] Adding ignore rules --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..383ae8b --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# +# 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 +# +*.000 +*.cmp +*.bck +*.dcm +*.bak -- 2.43.0