Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Updating Makefile + Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
grubernaut committed Jun 6, 2017
1 parent 221d771 commit de1649b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .gitignore
@@ -0,0 +1,31 @@
*.dll
*.exe
.DS_Store
example.tf
terraform.tfplan
terraform.tfstate
bin/
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
.idea
*.iml
*.test
*.iml

website/vendor

# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
2 changes: 1 addition & 1 deletion GNUmakefile
Expand Up @@ -7,7 +7,7 @@ default: build
build: fmtcheck
go install

test: fmtcheck errcheck
test: fmtcheck
go test -i $(TEST) || exit 1
echo $(TEST) | \
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
Expand Down

0 comments on commit de1649b

Please sign in to comment.