diff --git a/.gitignore b/.gitignore index c4682b74e..a3b4601c4 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ bin/hello bin/publisher bin/scanningcabinet bin/website +bin/scanningcabinet +bin/scancab tmp server/camlistored/newui/all.js server/camlistored/newui/all.js.map diff --git a/make.go b/make.go index 497e64d05..10f05fbcf 100644 --- a/make.go +++ b/make.go @@ -174,6 +174,7 @@ func main() { "camlistore.org/app/hello", "camlistore.org/app/publisher", "camlistore.org/app/scanningcabinet", + "camlistore.org/app/scanningcabinet/scancab", } switch *targets { case "*":