]> git.proxmox.com Git - mirror_ifupdown2.git/blame - .gitignore
Merge pull request #116 from rajendra-dendukuri/dhcp6_duid
[mirror_ifupdown2.git] / .gitignore
CommitLineData
b11c3c41
JF
1# Created by .ignore support plugin (hsz.mobi)
2### Python template
3# Byte-compiled / optimized / DLL files
4__pycache__/
5*.py[cod]
6*$py.class
7
8# C extensions
9*.so
10
11# Distribution / packaging
12.Python
13build/
14develop-eggs/
15dist/
16downloads/
17eggs/
18.eggs/
19lib/
20lib64/
21parts/
22sdist/
23var/
24wheels/
25*.egg-info/
26.installed.cfg
27*.egg
28MANIFEST
29
30# PyInstaller
31# Usually these files are written by a python script from a template
32# before PyInstaller builds the exe, so as to inject date/other infos into it.
33*.manifest
34*.spec
35
36# Installer logs
37pip-log.txt
38pip-delete-this-directory.txt
39
40# Unit test / coverage reports
41htmlcov/
42.tox/
43.coverage
44.coverage.*
45.cache
46nosetests.xml
47coverage.xml
48*.cover
49.hypothesis/
50.pytest_cache/
51
52# Translations
53*.mo
54*.pot
55
56# Django stuff:
57*.log
58local_settings.py
59db.sqlite3
60
61# Flask stuff:
62instance/
63.webassets-cache
64
65# Scrapy stuff:
66.scrapy
67
68# Sphinx documentation
69docs/_build/
70
71# PyBuilder
72target/
73
74# Jupyter Notebook
75.ipynb_checkpoints
76
77# pyenv
78.python-version
79
80# celery beat schedule file
81celerybeat-schedule
82
83# SageMath parsed files
84*.sage.py
85
86# Environments
87.env
88.venv
89env/
90venv/
91ENV/
92env.bak/
93venv.bak/
94
95# Spyder project settings
96.spyderproject
97.spyproject
98
99# Rope project settings
100.ropeproject
101
102# mkdocs documentation
103/site
104
105# mypy
106.mypy_cache/
107
108# macOS
109.DS_Store
110
111# pycharm IDE
112.idea/
6cd081d1
JF
113
114ifupdown2/ifdown
115ifupdown2/ifquery
116ifupdown2/ifreload
117ifupdown2/ifup