Skip to content

Instantly share code, notes, and snippets.

@sit
Created January 14, 2011 19:44
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save sit/780105 to your computer and use it in GitHub Desktop.
Save sit/780105 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
# Generated Hudson state
/.owner
/secret.key
/queue.xml
/fingerprints/
/shelvedProjects/
/updates/
# Tools that Hudson manages
/tools/
# Extracted plugins
/plugins/*/
# Job state
builds/
workspace/
lastStable
lastSuccessful
nextBuildNumber
modules/
@sit
Copy link
Author

sit commented Jan 14, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment