woodpecker/.gitignore

36 lines
478 B
Plaintext
Raw Normal View History

2014-02-07 10:10:01 +00:00
drone.sublime-project
drone.sublime-workspace
2014-06-07 19:18:37 +00:00
.vagrant
2015-05-17 19:18:03 +00:00
# ignore the drone binary, but makes sure
# that subdirs named drone aren't ignored
drone
!dist/**
2014-02-07 10:10:01 +00:00
*~
~*
*.sqlite
*.deb
*.deb.*
*.rpm
2014-06-07 19:18:37 +00:00
*.out
*.prof
2014-02-07 10:10:01 +00:00
*.rice-box.go
*.db
*.txt
*.min.js
2015-05-17 21:42:21 +00:00
*_bindata.go
2015-06-04 20:31:48 +00:00
*.toml
!dist/drone/etc/drone/drone.toml
2014-02-07 10:10:01 +00:00
2015-05-17 19:18:03 +00:00
# generate binaries
cmd/drone-agent/drone-agent
2015-05-18 02:25:53 +00:00
cmd/drone-build/drone-build
cmd/drone-agent/drone-server
2015-05-15 21:55:26 +00:00
2015-05-17 19:18:03 +00:00
# generated binaries
2015-05-15 21:55:26 +00:00
bin/drone
2015-05-17 19:18:03 +00:00
bin/drone-agent
2015-05-18 02:25:53 +00:00
bin/drone-build
bin/drone-server