mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-10 01:26:15 +03:00
67 lines
613 B
Plaintext
67 lines
613 B
Plaintext
*~
|
|
*.py[co]
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
|
|
# Eclipse and other IDE
|
|
.idea
|
|
*.pydevproject
|
|
.project
|
|
.metadata
|
|
bin/**
|
|
tmp/**
|
|
tmp/**/*
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.classpath
|
|
.settings/
|
|
.loadpath
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
# ctags
|
|
.tags*
|
|
|
|
# Sphinx
|
|
_build
|
|
|
|
# Tox
|
|
.tox/
|
|
|
|
# web ui
|
|
node_modules/
|
|
bower_components/
|
|
|
|
# visual stdio code
|
|
.vscode/
|
|
|
|
# Snap packaging specific
|
|
/snap/.snapcraft/
|
|
/parts/
|
|
/stage/
|
|
/prime/
|
|
|
|
/*.snap
|
|
/*_source.tar.bz2
|
|
|
|
# Virtual env
|
|
/venv*/
|
|
|