tosca-parser/.gitignore
Matt Rutkowski 02e49a8609 Add OSX specific file extensions to gitignore
Added a section to the proejct .gitignore file to add
OSX specific file extensions to. Added the primary
extension that causes issues i.e., .DS_Store which
gets added by the OSX Finder utility.

Change-Id: Ic78f8e367e2401868c7df1b49ef72f57f5cc3011
2016-02-11 17:46:13 -06:00

56 lines
477 B
Plaintext

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