mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-02 13:23:57 +00:00
git ignore xcode autogenerated file
This commit is contained in:
parent
5337f8d226
commit
26f5178d06
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ inc/blst_aux.h*
|
||||
*bindings/csharp/*.exe
|
||||
*bindings/csharp/*.dll
|
||||
__pycache__
|
||||
.DS_Store
|
||||
|
@ -27,7 +27,7 @@ bundle: clean
|
||||
|
||||
publish: bundle
|
||||
mv binding.gyp binding.gyp.bak
|
||||
mv binding.dist.gyp binding.gyp
|
||||
cp binding.dist.gyp binding.gyp
|
||||
npm publish
|
||||
mv binding.gyp binding.dist.gyp
|
||||
mv binding.gyp.bak binding.gyp
|
||||
|
Loading…
x
Reference in New Issue
Block a user