26 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			302 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Version control files and dirs.
 | |
| \bRCS\b
 | |
| \bCVS\b
 | |
| ,v$
 | |
| \B\.svn\b
 | |
| \B\.git\b
 | |
| 
 | |
| # Makemaker generated files and dirs.
 | |
| ^MANIFEST\.
 | |
| ^Makefile$
 | |
| ^blib/
 | |
| ^MakeMaker-\d
 | |
| 
 | |
| # Temp, old and emacs backup files.
 | |
| ~$
 | |
| \.old$
 | |
| ^#.*#$
 | |
| ^\.#
 | |
| 
 | |
| # Private Regression Tests
 | |
| \d+_local_
 | |
| \.?perl\w+\.?rc$
 | |
| 
 | |
| # Komodo project file
 | |
| \.kpf$
 |