diff options
author | Robby Russell <robby@planetargon.com> | 2009-09-23 08:03:38 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-09-23 08:03:38 -0700 |
commit | ef9ce1e221e048b83edbe4def12d4b3a5c1c6dcb (patch) | |
tree | 8d6b3763b6b1ebb5795633f63780003c7857ed8e /.gitignore | |
parent | 107322c2e86db377cc8260958a4b6e26ea849a67 (diff) | |
download | zsh-ef9ce1e221e048b83edbe4def12d4b3a5c1c6dcb.tar.gz zsh-ef9ce1e221e048b83edbe4def12d4b3a5c1c6dcb.tar.bz2 zsh-ef9ce1e221e048b83edbe4def12d4b3a5c1c6dcb.zip |
Updating .gitignore to ignore everything but the example.zsh file in custom/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 56d0a2122..e79e3ee0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ log/.zsh_history -projects.zsh +custom/*.zsh +# !custom/example.zsh + |