summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-02-19 11:57:40 +0100
committerPeter Simons <simons@cryp.to>2021-02-19 11:57:40 +0100
commit1c929e07e56aaab480fc3679d74e0acf92c1fb99 (patch)
tree1dc074c9c6ab5bac25a82adb52062990036fd857 /.gitignore
parent1ce158d78a281e7be9bf495c0b5f1d193142a130 (diff)
downloadautoconf-archive-1c929e07e56aaab480fc3679d74e0acf92c1fb99.tar.gz
git: ignore backup files generated by gnulib
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5af4903..76c2f04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,9 @@
# the html tree is maintained in a separate, CVS-based repository
/html/*
+# gnulib creates backup files with a ~ suffix all over the place
+*~
+
# files generated by Autoconf, Automake, and Gnulib
/AUTHORS
/ChangeLog