woodpecker/.gitignore
2015-05-17 12:18:03 -07:00

34 lines
413 B
Plaintext

drone.sublime-project
drone.sublime-workspace
.vagrant
# ignore the drone binary, but makes sure
# that subdirs named drone aren't ignored
drone
!dist/**
*~
~*
*.sqlite
*.deb
*.deb.*
*.rpm
*.out
*.prof
*.rice-box.go
*.db
*.txt
*.toml
*.min.js
bindata.go
# generate binaries
cmd/drone/drone
cmd/drone-build/drone-build
cmd/drone-agent/drone-agent
# generated binaries
bin/drone
bin/drone-build
bin/drone-agent