Extend .gitignore for linux swap files range

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
This commit is contained in:
junboli 2017-12-11 23:18:25 +08:00
parent bc84ee2c08
commit de2411dc99
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,7 +4,8 @@
*.mo
*.pyc
*.sqlite
*.swp
# Linux swap files range from .saa to .swp
*.s[a-w][a-p]
.manila-venv
.coverage
.stestr/*