.gitignore: Add new autotools file 'test-driver'
Automake 1.12 introduces a new parallel test framework that uses a shell script helper and generates *.log and *.trs files. Add to .gitignore. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									28fa5dd5ca
								
							
						
					
					
						commit
						9c86d5f4f6
					
				|  | @ -41,6 +41,7 @@ mkinstalldirs | ||||||
| py-compile | py-compile | ||||||
| stamp-h? | stamp-h? | ||||||
| symlink-tree | symlink-tree | ||||||
|  | test-driver | ||||||
| texinfo.tex | texinfo.tex | ||||||
| ylwrap | ylwrap | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -11,3 +11,5 @@ xfree86 | ||||||
| xkb | xkb | ||||||
| xtest | xtest | ||||||
| signal-logging | signal-logging | ||||||
|  | *.log | ||||||
|  | *.trs | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue