summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobin Ramael <robin.ramael@gmail.com>2011-01-10 17:01:11 +0100
committerRobin Ramael <robin.ramael@gmail.com>2011-01-10 17:01:11 +0100
commit77d05fe8ab0f1b35af9332e889e384f935ce08f9 (patch)
treeb6050531ebe89fb103dc3fcb6cf52171249445f5 /.gitignore
parent7a9cc198196cb0c935afe96e1de249c3a05ad413 (diff)
downloadzsh-77d05fe8ab0f1b35af9332e889e384f935ce08f9.tar.gz
zsh-77d05fe8ab0f1b35af9332e889e384f935ce08f9.tar.bz2
zsh-77d05fe8ab0f1b35af9332e889e384f935ce08f9.zip
Made git ignore everything in custom, not only the .zsh files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f84db6dc2..8d19d100c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
locals.zsh
log/.zsh_history
projects.zsh
-custom/*.zsh
+custom/*
!custom/example.zsh \ No newline at end of file