glances/.gitignore

50 lines
443 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
# 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
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/