Skip to content

Commit 4c6ac98

Browse files
author
Adrian Tsai
authored
Update repo with Fe release content (microsoft#60)
1 parent 5c8ddb7 commit 4c6ac98

File tree

963 files changed

+116077
-2820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

963 files changed

+116077
-2820
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
*.user
99
*.userosscache
1010
*.sln.docstates
11+
.vs/
12+
.vscode/
13+
14+
# Visual Studio Python Extension
15+
*.pyproj
16+
17+
# Python extensions package artifacts
18+
build/
19+
dist/
20+
*.egg-info/
1121

1222
# User-specific files (MonoDevelop/Xamarin Studio)
1323
*.userprefs
@@ -328,3 +338,4 @@ ASALocalRun/
328338

329339
# MFractors (Xamarin productivity tool) working folder
330340
.mfractor/
341+

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "Python/pybind11"]
2+
path = Python/pybind11
3+
url = https://github.com/pybind/pybind11.git
4+
branch = v2.5

0 commit comments

Comments
 (0)