glances/.gitignore

68 lines
624 B
Plaintext
Raw Normal View History

2012-04-04 10:44:12 +00:00
*~
*.py[co]
2012-03-13 21:32:22 +00:00
2012-04-04 10:44:12 +00:00
# Packages
*.egg
*.egg-info
dist
build
2012-12-14 13:59:46 +00:00
2019-10-31 10:47:02 +00:00
# Eclipse and other IDE
.idea
2012-12-14 13:59:46 +00:00
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
2024-02-17 10:33:36 +00:00
*yarn.lock
2012-12-14 13:59:46 +00:00
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
2013-12-20 12:21:02 +00:00
# ctags
.tags*
2014-06-08 18:44:49 +00:00
# Sphinx
_build
2014-10-02 20:13:48 +00:00
# Tox
.tox/
# web ui
node_modules/
bower_components/
# visual stdio code
.vscode/
# Snap packaging specific
/snap/.snapcraft/
/parts/
/stage/
/prime/
/*.snap
/*_source.tar.bz2
2021-05-15 16:25:28 +00:00
# Virtual env
/venv*/
2021-05-15 16:25:28 +00:00