mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
ddeb8d1b79
This should drop the -dirty tag in the snap version string. Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
62 lines
569 B
Plaintext
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
|