-
-
Save sdqali/1732836 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 | |
# 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