.gitignore
This commit is contained in:
parent
f488e2bc38
commit
dad5a6ee20
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -4,9 +4,12 @@
|
|||
# or operating system, you probably want to add a global ignore instead:
|
||||
# git config --global core.excludesfile '~/.gitignore_global'
|
||||
|
||||
*.o
|
||||
test/test_vectors.rb
|
||||
/test/test_vectors.rb
|
||||
/ext/digest/Makefile
|
||||
/ext/digest/keccak.so
|
||||
/ext/digest/mkmf.log
|
||||
|
||||
*.o
|
||||
*.gem
|
||||
*.rbc
|
||||
/.config
|
||||
|
|
Loading…
Reference in a new issue