removed unused .gitmodule

This commit is contained in:
Brad Rydzewski 2014-06-12 17:24:35 -07:00
parent d64bcdb51d
commit 06dfc269f7
2 changed files with 5 additions and 5 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "vendor/src/github.com/GeertJohan/go.rice"]
path = vendor/src/github.com/GeertJohan/go.rice
url = https://github.com/GeertJohan/go.rice.git

View file

@ -16,11 +16,14 @@ test:
go test -cover -short ./...
clean:
@find ./ -name '*.out' | xargs rm # remove go coverage output
@find ./ -name '*.sqlite' | xargs rm # remove sqlite databases
@find ./ -name '*.out' | xargs rm # remove go coverage output
@find ./ -name '*.sqlite' | xargs rm # remove sqlite databases
@find ./ -name '*.rice-box.go' | xargs rm
rm -rf debian/drone/usr/local/bin/drone
rm -rf debian/drone/usr/local/bin/droned
rm -rf debian/drone.deb
rm server/server
rm client/client
#cd cmd/droned/static && rice clean
#cd cmd/droned/template && rice clean