mirror of
				https://github.com/koalaman/shellcheck.git
				synced 2025-11-04 18:28:23 +08:00 
			
		
		
		
	gitignore and makefile for building with cabal and make
makefile should also delete cabal generated files on cleanup so they could be used interchangably. ensure that all generated files are ignored as recommended by bese practices.
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
*.hi
 | 
			
		||||
*.o
 | 
			
		||||
.tests
 | 
			
		||||
jsoncheck
 | 
			
		||||
shellcheck
 | 
			
		||||
dist
 | 
			
		||||
		Reference in New Issue
	
	Block a user