glances/.gitignore
林博仁(Buo-ren Lin) ddeb8d1b79 snap: Add packaging-specific gitignore rules
This should drop the -dirty tag in the snap version string.

Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
2019-04-10 16:43:08 +08:00

62 lines
569 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/
# Snap packaging specific
/snap/.snapcraft/
/parts/
/stage/
/prime/
/*.snap
/*_source.tar.bz2