diff options
author | Robby Russell <robby@planetargon.com> | 2009-09-23 08:05:05 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-09-23 08:05:05 -0700 |
commit | 19a08f15d6a09b8c7a1f4f306abe6e61bdf7d95d (patch) | |
tree | 9c9f6e8ac897f7aeea9010e1436bf4072495210a /.gitignore | |
parent | ef9ce1e221e048b83edbe4def12d4b3a5c1c6dcb (diff) | |
download | zsh-19a08f15d6a09b8c7a1f4f306abe6e61bdf7d95d.tar.gz zsh-19a08f15d6a09b8c7a1f4f306abe6e61bdf7d95d.tar.bz2 zsh-19a08f15d6a09b8c7a1f4f306abe6e61bdf7d95d.zip |
not ignoring example.zsh
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e79e3ee0b..551ba0bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ log/.zsh_history custom/*.zsh -# !custom/example.zsh +!custom/example.zsh |