Skip to content

Commit 61356de

Browse files
committed
Ignore cache files and files in bin other than the sample
Note that this doesn't ignore the `repos' directory that it currently creates. This is under the assumption that the directory structure will be changed to what is described in: zplug/zplug#71 (comment)
1 parent 053046e commit 61356de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.DS_Store
22
**/.DS_Store
33
.ignore
4-
bin/zspec
4+
bin/*
5+
!bin/zplug-env
56
**/zcompdump
67
**/*~
78
**/*.swp
8-
test/_fixtures/.cache
9+
.cache

0 commit comments

Comments
 (0)