blob: f07503c9526151a454f8f1188b9b2eec03f200a5 [file] [log] [blame]
# Ignore Mac temp files
.DS_Store
# Ignore Vim temporary files
.*.sw?
# Ignore changes to the JJB Configuration File
jenkins.ini
# We don't want .netrc files since they're credential files
.netrc
# Maven
target/
# Vagrant
.vagrant
# IntelliJ
.idea/
*.iml
# Eclipse
.project
/.pydevproject
# Python
.tox/
__pycache__/
*.pyc
# jjb local testing
venv-jjb
job-configs