Skip to content

Commit d6f7ffb

Browse files
committed
Fixes the build and removes src and include from Git
1 parent 193738c commit d6f7ffb

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.gitignore

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/build/
44
/coverage/
55
/test/repos/
6+
/src/
7+
/include/
68

79
/vendor/Release
810
/vendor/*.vcxproj
@@ -12,12 +14,4 @@
1214
/generate/idefs.json
1315
/binding.gyp
1416

15-
/src/*
16-
!/src/functions/copy.cc
17-
!/src/wrapper.cc
18-
19-
/include/*
20-
!/include/functions/copy.h
21-
!/include/wrapper.h
22-
2317
*.log

generate/descriptor.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@
160160
},
161161

162162
"clone_options": {
163-
"ignore": true,
164163
"cType": "git_clone_options",
165164
"isStruct": true,
166165
"dependencies": [
167-
"../include/checkout_opts.h",
166+
"../include/checkout_options.h",
168167
"../include/remote_callbacks.h"
169-
]
168+
],
169+
"fields": []
170170
},
171171

172172
"commit": {

0 commit comments

Comments
 (0)