Add gitignore from ROM style gems
This commit is contained in:
		
							parent
							
								
									f78418bdb5
								
							
						
					
					
						commit
						7c06d163cf
					
				
					 1 changed files with 37 additions and 6 deletions
				
			
		
							
								
								
									
										43
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										43
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,7 +1,38 @@
 | 
			
		|||
/.rbx
 | 
			
		||||
/Gemfile.lock
 | 
			
		||||
/tmp
 | 
			
		||||
/coverage
 | 
			
		||||
/test_app/.rbx
 | 
			
		||||
/.bundle
 | 
			
		||||
## MAC OS
 | 
			
		||||
.DS_Store
 | 
			
		||||
 | 
			
		||||
## TEXTMATE
 | 
			
		||||
*.tmproj
 | 
			
		||||
tmtags
 | 
			
		||||
 | 
			
		||||
## EMACS
 | 
			
		||||
*~
 | 
			
		||||
\#*
 | 
			
		||||
.\#*
 | 
			
		||||
 | 
			
		||||
## VIM
 | 
			
		||||
*.sw[op]
 | 
			
		||||
 | 
			
		||||
## Rubinius
 | 
			
		||||
*.rbc
 | 
			
		||||
.rbx
 | 
			
		||||
 | 
			
		||||
## PROJECT::GENERAL
 | 
			
		||||
*.gem
 | 
			
		||||
coverage
 | 
			
		||||
profiling
 | 
			
		||||
turbulence
 | 
			
		||||
rdoc
 | 
			
		||||
pkg
 | 
			
		||||
tmp
 | 
			
		||||
doc
 | 
			
		||||
log
 | 
			
		||||
.yardoc
 | 
			
		||||
measurements
 | 
			
		||||
 | 
			
		||||
## BUNDLER
 | 
			
		||||
.bundle
 | 
			
		||||
Gemfile.lock
 | 
			
		||||
 | 
			
		||||
## PROJECT::SPECIFIC
 | 
			
		||||
/vendor
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue