diff options
author | Peter Stephenson <pws@zsh.org> | 2015-10-29 15:01:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-10-29 15:01:53 +0000 |
commit | 053f01ee485cc0a07397c7b1484dbca00467b400 (patch) | |
tree | ff1b9095b5fd0ceec6dff16bdeda65629bf327a0 /.gitignore | |
parent | 0628802baf5c9245138db82dd058cad023a7d0ae (diff) | |
download | zsh-053f01ee485cc0a07397c7b1484dbca00467b400.tar.gz zsh-053f01ee485cc0a07397c7b1484dbca00467b400.tar.xz zsh-053f01ee485cc0a07397c7b1484dbca00467b400.zip |
unposted: ignore .orig files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 08f90a29e..c0b7964ad 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ tags TAGS *.o *.o.c +*.orig *.a *.so *.dll |