Adding to .gitignore the Jekyll output.
This commit is contained in:
parent
5d1fad11f1
commit
711ebd6f1b
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -25,4 +25,10 @@ build/
|
|||
test/
|
||||
|
||||
# Output from yosys
|
||||
abc.history
|
||||
abc.history
|
||||
|
||||
# Jekyll files
|
||||
.bundle
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
_*
|
||||
|
|
|
|||
Loading…
Reference in a new issue