Skip to content

Commit

Permalink
Additional cleanup
Browse files Browse the repository at this point in the history
* Add leading '/' characters to .gitignore paths
* Shorten the import path
  • Loading branch information
ben dewan committed Jul 31, 2017
1 parent 06cde8a commit dd5bbe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*~
.*.sw[a-z]
vendor/github.com/
vendor/golang.org/
vendor/gopkg.in/
pachelbel
pachelbel.exe
pachelbel*.tgz
pachelbel*.zip
/vendor/github.com/
/vendor/golang.org/
/vendor/gopkg.in/
/pachelbel
/pachelbel.exe
/pachelbel*.tgz
/pachelbel*.zip
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LDFLAGS="-X github.com/benjdewan/pachelbel/cmd.version=$(shell git describe --tags || echo DEV-BUILD)"
LDFLAGS="-X /cmd.version=$(shell git describe --tags || echo DEV-BUILD)"

.PHONY: all clean

Expand Down

0 comments on commit dd5bbe4

Please sign in to comment.