de2411dc99
TrivalFix Usually, the .swo file will be generated when edit file in linux envrionment, so this is to extend .gitignore for linux swap files range from .saa to .swp. Change-Id: I9aee96b9f0c471b96226369721a348bf0fa58a95
54 lines
707 B
Plaintext
54 lines
707 B
Plaintext
*.DS_Store
|
|
*.orig
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
# Linux swap files range from .saa to .swp
|
|
*.s[a-w][a-p]
|
|
.manila-venv
|
|
.coverage
|
|
.stestr/*
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.idea
|
|
*.egg*
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
etc/manila/manila.conf.sample
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
subunit.log
|
|
tools/conf/manila.conf*
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
tags
|
|
# Files created by Sphinx build
|
|
doc/build
|
|
doc/source/_static
|
|
.autogenerated
|
|
api-ref/build
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Files created by install-guide builds
|
|
install-guide/build
|
|
|
|
# Development environment files
|
|
.project
|
|
.pydevproject
|
|
|
|
# Lock dirs and files
|
|
manila_locks
|