mirror of https://github.com/nicolargo/glances.git
Improved .gitignore
This commit is contained in:
parent
20ebc26fcf
commit
dafd5f3592
|
|
@ -1,6 +1,8 @@
|
|||
*.pyc
|
||||
# python packaging artifacts
|
||||
*.egg-info
|
||||
/build/
|
||||
/dist/
|
||||
*~
|
||||
*.py[co]
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
|
|
|
|||
Loading…
Reference in New Issue