astara/.gitignore
Adam Gandelman cef007a772 Stop tracking test.conf.sample in git
This file changes anytime anyone generates configs, including devstack, and
can lead to unintended changes in patches if using a devstack env. as a
development environment.  This follows what we do with orchestrator.ini and
tracks the sample as test.conf and ignores the .sample.

Change-Id: I9151b1fa2161943cd9839927409b24f3c0430ffb
2016-02-04 11:16:17 -08:00

50 lines
446 B
Plaintext
Executable File

*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
# Packaging output
*.deb
# pbr output
AUTHORS
ChangeLog
orchestrator.ini.sample
astara/test/functional/test.conf.sample
*.swp
#pycharm cruft
.idea/*
*.db
*.db_clean
#macos hidden files
.DS_Store
._.DS_Store