46 lines
		
	
	
	
		
			988 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
	
		
			988 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# See https://help.github.com/articles/ignoring-files
 | 
						|
# for more about ignoring files.
 | 
						|
#
 | 
						|
# 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'
 | 
						|
 | 
						|
/test/test_vectors.rb
 | 
						|
/ext/digest/Makefile
 | 
						|
/ext/digest/keccak.so
 | 
						|
/ext/digest/mkmf.log
 | 
						|
 | 
						|
*.o
 | 
						|
*.gem
 | 
						|
*.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
 |