blob: 3ace541ba436746a60d0fc457eed9b9c35694f24 [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
venv-jjb
job-configs
# npm-groovy-lint
node_modules/
package-lock.json
package.json
# Generated pipeline jobs
build/
# make test residue
a.out
archives/
# [EOF]