tools: refine gitignore, stop ignoring hledger-web js dir
This commit is contained in:
		
							parent
							
								
									a1124fa381
								
							
						
					
					
						commit
						3ccafb596f
					
				
							
								
								
									
										11
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -12,12 +12,19 @@ _* | |||||||
| tags | tags | ||||||
| TAGS | TAGS | ||||||
| 
 | 
 | ||||||
| # temp files | # Tricksy rules ignoring some typical temp files. | ||||||
|  | # For troubleshooting: git check-ignore --verbose PATHS... | ||||||
|  | # 1- or 2-character filenames, maybe with an extension; but not directories | ||||||
| [a-z0-9] | [a-z0-9] | ||||||
| [a-z0-9].* | [a-z0-9].* | ||||||
| [a-z0-9][a-z0-9] | [a-z0-9][a-z0-9] | ||||||
| [a-z0-9][a-z0-9].* | [a-z0-9][a-z0-9].* | ||||||
| [0-9]* | ![a-z0-9]/ | ||||||
|  | ![a-z0-9].*/ | ||||||
|  | ![a-z0-9][a-z0-9]/ | ||||||
|  | ![a-z0-9][a-z0-9].*/ | ||||||
|  | # files/directories beginning with a number | ||||||
|  | /[0-9]* | ||||||
| 
 | 
 | ||||||
| # haskell stuff | # haskell stuff | ||||||
| *.dyn_hi | *.dyn_hi | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user