The clean rule clobbers ``.gitignore``.

This commit is contained in:
Matt T. Proud 2012-11-28 20:10:41 +01:00
parent 6ed67b02e2
commit 2450cb3b1c
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ clean:
$(MAKE) -C model clean
-find . -type f -iname '*~' -exec rm '{}' ';'
-find . -type f -iname '*#' -exec rm '{}' ';'
-find . -type f -iname '.*' -exec rm '{}' ';'
format:
find . -iname '*.go' | grep -v generated | xargs -n1 gofmt -w