mirror of
				https://github.com/taigrr/go-selfupdate
				synced 2025-01-18 04:33:12 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			210 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			210 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Use glob syntax.
 | |
| syntax: glob
 | |
| 
 | |
| *.DS_Store
 | |
| *.swp
 | |
| *.swo
 | |
| *.pyc
 | |
| *.php~
 | |
| *.orig
 | |
| *~
 | |
| *.db
 | |
| *.log
 | |
| public/*
 | |
| go-selfupdate/go-selfupdate
 | |
| example/example-server
 | |
| example/hello-updater
 | |
| example/public/*
 | |
| example/deployment/*
 |