mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	.gitignore: Do not exclude handcrafted makefiles
Not all makefiles are generated by automake. Thus allow these handcrafted makefiles in the git repository.
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -13,6 +13,12 @@ stamp-h* | ||||
| stamp-po | ||||
| *.stamp | ||||
|  | ||||
| # Handcrafted makefiles | ||||
| !lib-src/expat/amiga/Makefile | ||||
| !lib-src/libnyquist/nyquist/sys/unix/*/Makefile | ||||
| !lib-src/lv2/Makefile | ||||
| !lib-src/mod-script-pipe/Makefile | ||||
|  | ||||
| # Generated files by build system | ||||
| lib-src/expat/expat_config.h | ||||
| lib-src/libflac/doc/Doxyfile | ||||
|   | ||||
		Reference in New Issue
	
	Block a user