You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			401 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			401 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Exclude vagrant path and build log
 | |
| /.vagrant
 | |
| /ubuntu-bionic-18.04-cloudimg-console.log
 | |
| 
 | |
| # Paths and files beginning with "scratch" will be excluded to give a place to store notes
 | |
| /scratch*
 | |
| 
 | |
| # Exclude paths where test code writes results (eventually want to get this down to just result)
 | |
| /result
 | |
| 
 | |
| # Obsolete result paths ignored so old results don't suddenly show up as new files
 | |
| /coverage*
 | |
| /profile
 |