1
0
Fork 0
digest-blake2b/.gitignore

47 lines
977 B
Plaintext
Raw Normal View History

2019-10-04 00:46:01 +00:00
# See https://help.github.com/articles/ignoring-files
# for more about ignoring files.
2019-09-21 05:54:33 +00:00
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
2019-09-21 06:29:55 +00:00
/checksums/*
!/checksums/.keep
2021-11-18 18:22:10 +00:00
/lib/**/*.bundle
2021-01-21 19:46:42 +00:00
/lib/digest/blake2b/ext.so
2019-09-21 05:54:33 +00:00
*.o
2018-05-29 22:21:53 +00:00
*.gem
2019-09-21 05:54:33 +00:00
*.rbc
/.config
/.rake_tasks~
/coverage/
/InstalledFiles
/pkg/
/tmp/
# RSpec configuration and generated files:
/.rspec
/spec/examples.txt
# Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/
# Environment normalization:
/.bundle/
/vendor/bundle/*
!/vendor/bundle/.keep
/lib/bundler/man/
# For a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
/Gemfile.lock
/.ruby-version
/.ruby-gemset
# Unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc