Add git ignore files
Change-Id: I86513c150e92bb5f838015d15a9378ca0cd321d0
This commit is contained in:
parent
3370305d94
commit
8c056fd662
8
.gitignore
vendored
8
.gitignore
vendored
@ -2,14 +2,21 @@
|
|||||||
*.retry
|
*.retry
|
||||||
*.tox/
|
*.tox/
|
||||||
.idea/*
|
.idea/*
|
||||||
|
.vscode/*
|
||||||
.venv
|
.venv
|
||||||
.stestr/
|
.stestr/
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
dist
|
dist
|
||||||
build/*
|
build/*
|
||||||
venus.egg-info/
|
venus.egg-info/
|
||||||
venus/hacking/__pycache__/
|
venus/hacking/__pycache__/
|
||||||
|
|
||||||
|
# Editors
|
||||||
|
*.sublime-workspace
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
doc/build/*
|
doc/build/*
|
||||||
doc/source/_static/*.sample
|
doc/source/_static/*.sample
|
||||||
api-ref/build/*
|
api-ref/build/*
|
||||||
@ -17,3 +24,4 @@ releasenotes/build*
|
|||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
Authors
|
Authors
|
||||||
|
ChangeLog
|
Loading…
Reference in New Issue
Block a user