blob: 11b529f4a729a7cd17289d71b8d789ea82f7ccbe [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
onap_sandbox