Skip to content

Instantly share code, notes, and snippets.

@sdqali
Forked from sit/.gitignore
Created February 3, 2012 21:39
Show Gist options
  • Save sdqali/1732836 to your computer and use it in GitHub Desktop.
Save sdqali/1732836 to your computer and use it in GitHub Desktop.
A basic .gitignore file for Hudson configurations
# The following ignores...
# Miscellaneous Hudson litter
*.log
*.tmp
*.old
*.bak
*.jar
*.json
# Linux user files
.Xauthority
.bash_history
.bash_profile
.fontconfig
.gitconfig
.gem
.lesshst
.mysql_history
.owner
.ri
.rvm
.ssh
.viminfo
.vnc
bin/
# Generated Hudson state
/.owner
/secret.key
/queue.xml
/fingerprints/
/shelvedProjects/
/updates/
jobs/*/workspace/
plugins/*.bak
updates/default.json
war/
*.bak
# Tools that Hudson manages
/tools/
# Extracted plugins
/plugins/*/
# Job state
builds/
workspace/
lastStable
lastSuccessful
nextBuildNumber
modules/
# Project specific stuff
custom_deps/
slave/workspace/
slave-slave.log.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment