Created
January 14, 2011 19:44
-
-
Save sit/780105 to your computer and use it in GitHub Desktop.
A basic .gitignore file for Hudson configurations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See How to Store Hudson configuration in Git for more details.