diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-13 22:33:56 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-13 22:33:56 -0500 |
commit | 62bd8959418ca26c8b8e45561f4dba71758b0ec3 (patch) | |
tree | 02b48214e63e24b79c76a71fe18863d20a0e01cb /init.d/50vcs-ignore | |
parent | 82e4e6da6df00c1f1c22abf186a94e3160b942e3 (diff) |
Also add emacs #*# autosave files to default ignores.
And DEADJOE files, for good measure.
Diffstat (limited to 'init.d/50vcs-ignore')
-rwxr-xr-x | init.d/50vcs-ignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/50vcs-ignore b/init.d/50vcs-ignore index c8f4841..3049b95 100755 --- a/init.d/50vcs-ignore +++ b/init.d/50vcs-ignore @@ -99,4 +99,6 @@ nl comment "editor temp files" ignore "*~" ignore ".*.sw?" +ignore "#*#" +ignore DEADJOE nl |