File: .gitignore

package info (click to toggle)
mysql-connector-python 9.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 28,308 kB
  • sloc: python: 86,729; sql: 47,030; ansic: 3,494; cpp: 860; sh: 394; makefile: 208; javascript: 2
file content (39 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# general
*.diff
*.egg-info/
*.so
*.patch
*.pyc
*__pycache__*
*.mypy_cache
*_output.txt
.DS_Store
.coverage
.idea/
.python-version
.vscode/
MANIFEST
commit.txt
cpy_server*/
dev*.py
pip-wheel-metadata/
venv/
venv2/
venv3/
docs
dist
build

# Classic/XDevAPI protocol connector (aka mysql)
mysql*-connector-python/build/
mysql*-connector-python/dist/
mysql*-connector-python/docs/INFO_BIN
mysql*-connector-python/docs/INFO_SRC
mysql*-connector-python/lib/mysql/vendor/
mysql*-connector-python/tests_*.log
mysql*-connector-python/README.txt
mysql*-connector-python/README.rst
mysql*-connector-python/LICENSE.txt
mysql*-connector-python/CHANGES.txt
mysql*-connector-python/CONTRIBUTING.md
mysql*-connector-python/SECURITY.md