Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 82daed9

Browse files
committed
fix .gitignore to avoid ignoring cmd/dep/*
Close #209
1 parent a1a2552 commit 82daed9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
# if you want to ignore files created by your editor/tools,
33
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
44
# please do not open a pull request to add something created by your editor or tools
5-
dep
5+
cmd/dep/dep
6+
cmd/dep/dep.exe
67
testdep

0 commit comments

Comments
 (0)