mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	.gitignore: Do not ignore *.mod files
The lv2 library ships some xhtml*.mod file, but they are ignored by the *.mod rule. The *.mod rules should exclude Fortran module files, but this repository does not ship any Fortran code. Thus just remove the *.mod exclude rule.
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -119,9 +119,6 @@ mac/tests/ | ||||
| # Compiled translation files (GNU Machine Object) | ||||
| *.gmo | ||||
|  | ||||
| # Fortran module files | ||||
| *.mod | ||||
|  | ||||
| # Compiled Static libraries | ||||
| *.lai | ||||
| *.la | ||||
|   | ||||
		Reference in New Issue
	
	Block a user