removed unused .gitmodule
This commit is contained in:
parent
d64bcdb51d
commit
06dfc269f7
2 changed files with 5 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
|
3
Makefile
3
Makefile
|
@ -18,9 +18,12 @@ test:
|
||||||
clean:
|
clean:
|
||||||
@find ./ -name '*.out' | xargs rm # remove go coverage output
|
@find ./ -name '*.out' | xargs rm # remove go coverage output
|
||||||
@find ./ -name '*.sqlite' | xargs rm # remove sqlite databases
|
@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/drone
|
||||||
rm -rf debian/drone/usr/local/bin/droned
|
rm -rf debian/drone/usr/local/bin/droned
|
||||||
rm -rf debian/drone.deb
|
rm -rf debian/drone.deb
|
||||||
|
rm server/server
|
||||||
|
rm client/client
|
||||||
|
|
||||||
#cd cmd/droned/static && rice clean
|
#cd cmd/droned/static && rice clean
|
||||||
#cd cmd/droned/template && rice clean
|
#cd cmd/droned/template && rice clean
|
||||||
|
|
Loading…
Reference in a new issue