glances/.gitignore

68 lines
624 B
Plaintext
Raw Normal View History

2012-04-04 14:44:12 +04:00
*~
*.py[co]
2012-03-14 01:32:22 +04:00
2012-04-04 14:44:12 +04:00
# Packages
*.egg
*.egg-info
dist
build
2012-12-14 17:59:46 +04:00
2019-10-31 13:47:02 +03:00
# Eclipse and other IDE
.idea
2012-12-14 17:59:46 +04:00
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
2024-02-17 13:33:36 +03:00
*yarn.lock
2012-12-14 17:59:46 +04:00
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
2013-12-20 16:21:02 +04:00
# ctags
.tags*
2014-06-08 22:44:49 +04:00
# Sphinx
_build
2014-10-03 00:13:48 +04: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 19:25:28 +03:00
# Virtual env
/venv*/
2021-05-15 19:25:28 +03:00