Skip to content

Commit

Permalink
Fix .gitignore for chiavdf and chiapos
Browse files Browse the repository at this point in the history
Do not track files generated in the build process.
  • Loading branch information
rostislav authored and mariano54 committed Nov 21, 2019
1 parent 121553c commit 0201e13
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5,623 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ __pycache__/
**/*.o
**/*.DS_Store

# VDF executables
lib/chiavdf/fast_vdf/compile_asm
lib/chiavdf/fast_vdf/vdf
lib/chiavdf/fast_vdf/server
lib/chiavdf/fast_vdf/vdf_server
# Flint dependency
lib/chiavdf/fast_vdf/flint

# Keys and plot files
src/config/keys.yaml
src/config/plots.yaml
Expand Down Expand Up @@ -50,4 +42,4 @@ pip-delete-this-directory.txt
# mypy
.mypy_cache/

.vscode
.vscode
2 changes: 1 addition & 1 deletion lib/chiapos
11 changes: 11 additions & 0 deletions lib/chiavdf/fast_vdf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Generated assembly file
/asm_compiled.s

# Binary files
/compile_asm
/vdf
/server
/vdf_server

# Flint dependency
/flint
Loading

0 comments on commit 0201e13

Please sign in to comment.