From fab781ddfa7e10aca58acb61e480a1f98728748b Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 16 Jun 2011 12:50:14 +0200 Subject: add .gitignore ignore certainfiles 'per default' using .gitignore empty message aborts the commit. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9715ede --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Lines starting with '#' are considered comments. +# Ignore objects and archives. +*.[oa] +# Ignore editor backupfiles +*~ -- cgit v0.12