Update .gitignore
Change-Id: I4bba51ef37c66d358ef5c7b4d87c4c6808171083
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,4 +1,18 @@
|
|||||||
*.egg-info
|
*.egg-info
|
||||||
*.py[co]
|
*.py[co]
|
||||||
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
.venv
|
||||||
|
.tox
|
||||||
|
.coverage
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
|
||||||
|
#
|
||||||
|
# for GLOBAL
|
||||||
|
#
|
||||||
|
GTAGS
|
||||||
|
GRTAGS
|
||||||
|
GPATH
|
||||||
|
GSYMS
|
||||||
|
Reference in New Issue
Block a user