10 lines
		
	
	
		
			280 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			280 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | 
						|
 | 
						|
# Fichiers à exclure de la sauvegarde. Placer ce fichier sous le nom
 | 
						|
# backup.excludes dans $HOME/etc
 | 
						|
**/.mozilla/*/Cache/
 | 
						|
**/.mozilla/firefox/*/Cache/
 | 
						|
**/.thunderbird/*/Cache/
 | 
						|
**/.thumbnails/
 | 
						|
**/.DS_Store
 |