mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-29 23:19:28 +02: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:
parent
43d5979414
commit
40773b693a
6
.gitignore
vendored
6
.gitignore
vendored
@ -13,6 +13,12 @@ stamp-h*
|
|||||||
stamp-po
|
stamp-po
|
||||||
*.stamp
|
*.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
|
# Generated files by build system
|
||||||
lib-src/expat/expat_config.h
|
lib-src/expat/expat_config.h
|
||||||
lib-src/libflac/doc/Doxyfile
|
lib-src/libflac/doc/Doxyfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user