1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02: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:
Benjamin Drung 2016-05-16 15:45:25 +02:00
parent 444eb194a6
commit 43cc9f073d

3
.gitignore vendored
View File

@ -119,9 +119,6 @@ mac/tests/
# Compiled translation files (GNU Machine Object)
*.gmo
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la