summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-07-01 14:52:59 +0200
committerBruno Haible <bruno@clisp.org>2012-07-01 15:40:30 +0200
commit3641ce506224f63f47648ebd12ae02401ed1a9a6 (patch)
treef7e0d1f3da2669a51e0740f544b94de43270e921
parent9386cd6fc42a33d91712cf2181ddb226145d37a7 (diff)
downloadgperf-3641ce506224f63f47648ebd12ae02401ed1a9a6.tar.gz
Allow editor backup files in git checkouts.
-rw-r--r--.gitignore7
-rw-r--r--ChangeLog5
2 files changed, 12 insertions, 0 deletions
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,5 +1,10 @@
2012-07-01 Bruno Haible <bruno@clisp.org>
+ Allow editor backup files in git checkouts.
+ * .gitignore: New file.
+
+2012-07-01 Bruno Haible <bruno@clisp.org>
+
Create tarballs through an Automake-like "make dist" command.
* Makefile.in (SOURCE_FILES, IMPORTED_FILES, GENERATED_FILES,
DISTRIBUTED_BUILT_FILES, DISTFILES): New macros.