1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 17:38:57 +00:00
gns3-server/.gitignore

63 lines
540 B
Plaintext
Raw Normal View History

2013-09-26 02:45:09 +00:00
*.py[cod]
__pycache__
2018-02-21 09:27:01 +00:00
.pytest_cache
2013-09-26 02:45:09 +00:00
2015-12-16 13:48:03 +00:00
#py.test
.cache
2013-09-26 02:45:09 +00:00
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
2015-10-14 16:10:05 +00:00
.coverage*
2013-09-26 02:45:09 +00:00
.tox
.cache
2013-09-26 02:45:09 +00:00
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.settings
2018-05-04 12:34:44 +00:00
.vscode
2014-05-06 16:11:14 +00:00
2014-10-14 19:55:17 +00:00
# Pycharm
.idea
2014-05-06 16:11:14 +00:00
# Gedit Backup Files
*~
2015-01-14 11:32:56 +00:00
#Documentation build
docs/_build
2015-01-20 19:11:39 +00:00
#VPCS
vpcs.hist
2015-01-21 15:43:34 +00:00
startup.vpcs
2016-09-01 11:45:56 +00:00
.gns3_shell_history
# Virtualenv
2017-10-30 10:30:06 +00:00
env
venv
.ropeproject