Skip to content

Commit

Permalink
fix .gitignore to avoid ignoring cmd/dep/*
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jan 31, 2017
1 parent a1a2552 commit 82daed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# if you want to ignore files created by your editor/tools,
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
# please do not open a pull request to add something created by your editor or tools
dep
cmd/dep/dep
cmd/dep/dep.exe
testdep

0 comments on commit 82daed9

Please sign in to comment.