summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-04 00:41:55 +0200
committerBruno Haible <bruno@clisp.org>2009-08-04 00:41:55 +0200
commitf4ca23aa6afa12643def86ef863143cde9aa2ca6 (patch)
tree6a09bebd42ae7c189d88873446c8ffbc8efbd9be /.gitignore
parentcff591ebe790c40fa91039eb9953d740ccd7ba1f (diff)
downloadexternal_gettext-f4ca23aa6afa12643def86ef863143cde9aa2ca6.zip
external_gettext-f4ca23aa6afa12643def86ef863143cde9aa2ca6.tar.gz
external_gettext-f4ca23aa6afa12643def86ef863143cde9aa2ca6.tar.bz2
Ignore all files that are automatically generated and distributed and
not under version control.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..884d91c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Patterns for all subdirectories: all kinds of automatic backup files.
+*.orig
+*.rej
+*~
+.#*
+\#*#
+
+# Files generated by the autotools:
+/aclocal.m4
+/configure
+/Makefile.in
+