-
Notifications
You must be signed in to change notification settings - Fork 240
/
.gitignore
66 lines (66 loc) · 1.24 KB
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.idea
.vscode
code/.installed.cfg
code/.Python
code/\.vscode/
code/bin/*
code/build/*
code/bundle-ext/python-windows/python-*/Lib/
code/bundle-ext/python-windows/python-*/py.bat
code/bundle-ext/python-windows/python-*/Scripts/
code/bundle-ext/python-windows/python-*/zato.bat
code/bundle-ext/python-windows/python-*/Include/greenlet/
code/develop-eggs/*
code/docs/*
code/downloads/*
code/eggs
code/eggs64
code/env-zato
code/extlib
code/get-pip.py
code/include/*
code/lib/*
code/lib64
code/local/*
code/man/*
code/mx/*
code/OpenSSL/*
code/cx_Oracle-doc/
code/parts/*
code/pip-selfcheck.json
code/pyvenv.cfg
code/release-info/initial-remote.txt
code/release-info/last-update-commit.txt
code/release-info/revision.txt
code/Scripts/*
code/sec-wall-trunk-src/*
code/share/*
code/src/*
code/tests/*
code/windows-bin/zato.py
code/zato-cy/src/zato/cy/*.c
code/zato-cy/src/zato/cy/*.html
code/zato-cy/src/zato/cy/*/*.c
code/zato-cy/src/zato/cy/*/*.html
code/zato-hl7/src/zato/hl7/cy/*.c
code/zato-hl7/src/zato/hl7/cy/*.html
code/zato-web-admin/src/zato/admin/static/css/.sass-cache/
code/zato_extra_paths*
code/zato-exeagent
code/*/build
code/*/dist
geckodriver.log
hotfixes
lib/
pidfile
vscode
*.egg-info*
*.geany*
*.pyc
*.pyd
!code/bundle-ext/**/*.pyd
*.pyo
*.so
*.swp
*.*~
~