forked from microsoft/Pyjion
-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (41 loc) · 516 Bytes
/
.gitignore
File metadata and controls
42 lines (41 loc) · 516 Bytes
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
/Docs/build/
/Libs/
/Pyjion/Pyjion.vcxproj.user
/Pyjion/x64/
/Test/x64/
/Tests/x64/
/Tools/*.h
/Tools/*.cpp
/ipch/
/x64/
/.vs/
*.opensdf
*.sdf
*.opendb
*.VC.db
.eggs/
_skbuild/
dist/
build/
_cmake_test_compile/
pyjion.egg-info
.vscode
.idea
cmake-build-*/
.tox/
venv*/
.venv/
.venv*/
MANIFEST
src/pyjion/*.so
src/pyjion/*.pyd
*.py[co]
__pycache__
Tests/logs/
pyjion-lib/src/packages/
pyjion-lib/bin/
pyjion-lib/src/Pyjionlib/
pyjion-lib/src/.vs/
pyjion-lib/src/Pyjionlib.Test/
Tests/benchmarks/profiles/
wheelhouse/