manila-ui/.gitignore
Qian Min Chen e89a96d412 Add Apple OS X ".DS_Store" to ".gitignore" file
TrivialFix

Change-Id: I7069c6aa67514ff0e174e4cdd9229ed113e4a820
2018-07-19 12:10:29 +00:00

64 lines
606 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
.DS_Store
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# Files created by releasenotes build
releasenotes/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# Unit test artifacts
*.secret_key_store.lock
.secret_key_store
# PyCharm IDE
.idea/