2022-12-15 15:11:14 -05:00
|
|
|
# vim:ft=automake
|
|
|
|
# included from Top Level Makefile.am
|
|
|
|
# All paths should be given relative to the root
|
|
|
|
|
|
|
|
EXTRA_DIST+= Docker/Dockerfile
|
2023-09-28 10:48:03 -04:00
|
|
|
EXTRA_DIST+= Docker/Dockerfile.cross-compiler
|
2022-12-15 15:11:14 -05:00
|
|
|
EXTRA_DIST+= Docker/run.sh
|
2023-01-20 19:59:36 -05:00
|
|
|
EXTRA_DIST+= Docker/README.md
|
|
|
|
|
2023-09-28 10:48:03 -04:00
|
|
|
ignore_files+=Docker/buildAndPush.sh
|
2023-01-20 19:59:36 -05:00
|
|
|
ignore_files+=Docker/OpenWRT/Dockerfile
|
|
|
|
ignore_files+=Docker/OpenWRT/runTests.sh
|
|
|
|
ignore_files+=Docker/OpenWRT/README.md
|