Remove pregenerated/ from .gitignore.
Putting it in .gitignore resulted in "cargo package" excluding its contents from the package.
This commit is contained in:
parent
d59b70cec3
commit
086227aba4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
build/
|
||||
pregenerated/
|
||||
ssl/test/runner/runner
|
||||
*.swp
|
||||
*.swo
|
||||
|
@ -6,4 +6,4 @@ cargo clean
|
||||
rm -Rf pregenerated/msvc*.lib
|
||||
RING_PREGENERATED=GENERATE cargo build --target=x86_64-pc-windows-msvc
|
||||
RING_PREGENERATED=GENERATE cargo build --target=i686-pc-windows-msvc
|
||||
cargo package
|
||||
cargo package --allow-dirty
|
||||
|
Loading…
x
Reference in New Issue
Block a user