aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-21 12:33:25 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-22 13:55:31 +0200
commit5997a5ca884c7fd97f8f54261d01a8a8e554175c (patch)
tree1ce14c659e0359c3b434d1456ec817d3d14d17d2
parentlang.highlight.ebuild.xsl: Drop epatch keyword (diff)
downloaddevmanual-5997a5ca884c7fd97f8f54261d01a8a8e554175c.tar.gz
devmanual-5997a5ca884c7fd97f8f54261d01a8a8e554175c.tar.bz2
devmanual-5997a5ca884c7fd97f8f54261d01a8a8e554175c.zip
.gitignore: Ignore Emacs backup files
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7c45b92..0809650 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,7 @@
.depend
documents.js
eclass-reference/
+
+# Emacs backup files and locks
+*~
+.#*