From 3641ce506224f63f47648ebd12ae02401ed1a9a6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 1 Jul 2012 14:52:59 +0200 Subject: Allow editor backup files in git checkouts. --- .gitignore | 7 +++++++ ChangeLog | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0388ac9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Patterns for all subdirectories: all kinds of automatic backup files. +*.orig +*.rej +*~ +.#* +\#*# + diff --git a/ChangeLog b/ChangeLog index 35a519d..4989f91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-07-01 Bruno Haible + + Allow editor backup files in git checkouts. + * .gitignore: New file. + 2012-07-01 Bruno Haible Create tarballs through an Automake-like "make dist" command. -- cgit v1.2.1