aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-03-22 00:13:16 -0400
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-03-22 00:13:16 -0400
commit6fbc31c178ae567ab5e8cb82e1f82c4bdc51a213 (patch)
tree760d92dad914a791a655f759e8792ca9cf6665bc
parentd93a6701cfad7a099ae8e33f9833a11aaf11c678 (diff)
ignore a generated file
-rwxr-xr-xdiff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.sh b/diff.sh
index 9f4c60b..a3248ef 100755
--- a/diff.sh
+++ b/diff.sh
@@ -11,4 +11,4 @@ echo
diff -U 0 zsh ~/.zsh
echo
-diff -r -U 0 -x "tags" vim ~/.vim
+diff -r -U 0 -x "tags" -x ".netrwhist" vim ~/.vim