summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2015-12-15 11:16:02 +0100
committerMarc Cornellà <marc.cornella@live.com>2016-05-12 13:52:34 +0200
commit66e7e7d9ca78a5e62664abbb3c5c72e163119afb (patch)
treef0db4edad110ef842e655a701eecbf9008c55582 /.gitignore
parent2198ff05e3b26532865f91a9ac1bac5fc673c05b (diff)
downloadzsh-66e7e7d9ca78a5e62664abbb3c5c72e163119afb.tar.gz
zsh-66e7e7d9ca78a5e62664abbb3c5c72e163119afb.tar.bz2
zsh-66e7e7d9ca78a5e62664abbb3c5c72e163119afb.zip
Use .gitkeep files to keep cache/ and log/ directories
Instead of .easter-egg files we now have empty .gitkeep files, like is done as an informal standard.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8fa66f02f..567cd4e4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@ custom
*.swp
!custom/example.zshcache
cache/
+!cache/.gitkeep
+log/
+!log/.gitkeep