summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.d/50vcs-ignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.d/50vcs-ignore b/init.d/50vcs-ignore
index 5c7aa78..1b6441a 100755
--- a/init.d/50vcs-ignore
+++ b/init.d/50vcs-ignore
@@ -81,9 +81,6 @@ elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "pacman-g2" ]; then
nl
fi
-ignore "*~"
-nl
-
comment "mount(8) records system state here, no need to store these"
ignore blkid.tab
ignore blkid.tab.old
@@ -98,3 +95,7 @@ ignore network/run
ignore adjtime
ignore lvm/cache
nl
+
+comment "editor backup files"
+ignore "*~"
+nl