glances/.gitignore
sangoh.hong 3bbe637154 Merge branch 'develop' into feature/curses-browser-paging
# Conflicts:
#	.gitignore
#	glances/outputs/glances_curses_browser.py
2019-01-11 22:35:20 +09:00

53 lines
473 B
Plaintext

*~
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
# Eclipse
*.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/