71 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			71 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								# Boring file regexps:
							 | 
						||
| 
								 | 
							
								\.hi$
							 | 
						||
| 
								 | 
							
								\.hi-boot$
							 | 
						||
| 
								 | 
							
								\.o-boot$
							 | 
						||
| 
								 | 
							
								\.o$
							 | 
						||
| 
								 | 
							
								\.o\.cmd$
							 | 
						||
| 
								 | 
							
								\.p_hi$
							 | 
						||
| 
								 | 
							
								\.p_o$
							 | 
						||
| 
								 | 
							
								\.tix$
							 | 
						||
| 
								 | 
							
								\.mod$
							 | 
						||
| 
								 | 
							
								\.installed-pkg-config
							 | 
						||
| 
								 | 
							
								\.setup-config
							 | 
						||
| 
								 | 
							
								\.setup-config
							 | 
						||
| 
								 | 
							
								# *.ko files aren't boring by default because they might
							 | 
						||
| 
								 | 
							
								# be Korean translations rather than kernel modules.
							 | 
						||
| 
								 | 
							
								# \.ko$
							 | 
						||
| 
								 | 
							
								\.ko\.cmd$
							 | 
						||
| 
								 | 
							
								\.mod\.c$
							 | 
						||
| 
								 | 
							
								(^|/)\.tmp_versions($|/)
							 | 
						||
| 
								 | 
							
								(^|/)CVS($|/)
							 | 
						||
| 
								 | 
							
								\.cvsignore$
							 | 
						||
| 
								 | 
							
								^\.#
							 | 
						||
| 
								 | 
							
								(^|/)RCS($|/)
							 | 
						||
| 
								 | 
							
								,v$
							 | 
						||
| 
								 | 
							
								(^|/)\.svn($|/)
							 | 
						||
| 
								 | 
							
								(^|/)\.hg($|/)
							 | 
						||
| 
								 | 
							
								(^|/)\.git($|/)
							 | 
						||
| 
								 | 
							
								\.bzr$
							 | 
						||
| 
								 | 
							
								(^|/)SCCS($|/)
							 | 
						||
| 
								 | 
							
								~$
							 | 
						||
| 
								 | 
							
								(^|/)_darcs($|/)
							 | 
						||
| 
								 | 
							
								(^|/)\.darcsrepo($|/)
							 | 
						||
| 
								 | 
							
								\.bak$
							 | 
						||
| 
								 | 
							
								\.BAK$
							 | 
						||
| 
								 | 
							
								\.orig$
							 | 
						||
| 
								 | 
							
								\.rej$
							 | 
						||
| 
								 | 
							
								(^|/)vssver\.scc$
							 | 
						||
| 
								 | 
							
								\.swp$
							 | 
						||
| 
								 | 
							
								(^|/)MT($|/)
							 | 
						||
| 
								 | 
							
								(^|/)\{arch\}($|/)
							 | 
						||
| 
								 | 
							
								(^|/).arch-ids($|/)
							 | 
						||
| 
								 | 
							
								(^|/),
							 | 
						||
| 
								 | 
							
								\.prof$
							 | 
						||
| 
								 | 
							
								(^|/)\.DS_Store$
							 | 
						||
| 
								 | 
							
								(^|/)BitKeeper($|/)
							 | 
						||
| 
								 | 
							
								(^|/)ChangeSet($|/)
							 | 
						||
| 
								 | 
							
								\.py[co]$
							 | 
						||
| 
								 | 
							
								\.elc$
							 | 
						||
| 
								 | 
							
								\.class$
							 | 
						||
| 
								 | 
							
								\.zwc$
							 | 
						||
| 
								 | 
							
								\.revdep-rebuild.*
							 | 
						||
| 
								 | 
							
								\..serverauth.*
							 | 
						||
| 
								 | 
							
								\#
							 | 
						||
| 
								 | 
							
								(^|/)Thumbs\.db$
							 | 
						||
| 
								 | 
							
								(^|/)autom4te\.cache($|/)
							 | 
						||
| 
								 | 
							
								(^|/)config\.(log|status)$
							 | 
						||
| 
								 | 
							
								^\.depend$
							 | 
						||
| 
								 | 
							
								(^|/)(tags|TAGS)$
							 | 
						||
| 
								 | 
							
								#(^|/)\.[^/]
							 | 
						||
| 
								 | 
							
								(^|/|\.)core$
							 | 
						||
| 
								 | 
							
								\.(obj|a|exe|so|lo|la)$
							 | 
						||
| 
								 | 
							
								^\.darcs-temp-mail$
							 | 
						||
| 
								 | 
							
								-darcs-backup[[:digit:]]+$
							 | 
						||
| 
								 | 
							
								\.(fas|fasl|sparcf|x86f)$
							 | 
						||
| 
								 | 
							
								\.part$
							 | 
						||
| 
								 | 
							
								(^|/)\.waf-[[:digit:].]+-[[:digit:]]+($|/)
							 | 
						||
| 
								 | 
							
								(^|/)\.lock-wscript$
							 | 
						||
| 
								 | 
							
								^\.darcs-temp-mail$
							 | 
						||
| 
								 | 
							
								\_vti_cnf$
							 | 
						||
| 
								 | 
							
								\_vti_pvt$
							 |