.gitignore

This commit is contained in:
Alex Kotov 2019-06-11 19:47:08 +05:00
parent f488e2bc38
commit dad5a6ee20
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 5 additions and 2 deletions

7
.gitignore vendored
View File

@ -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