From 3016fd59fedee1f53fa5a0cc46aa03c57d777107 Mon Sep 17 00:00:00 2001 From: Jon Ringle Date: Wed, 15 Nov 2017 02:06:47 -0500 Subject: Rename Makefile.am.example => converter-example.mk The generated Makefile.am.example is not really in the automake style. Renaming it to converter-example.mk to reflect that it is a plain makefile snippet and that it is for creating the converter-example --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 34af5cf4..7a03fc90 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ stamp-h* # /tests/ /tests/tests-asn1c-smoke/Makefile.am.libasncodec /tests/tests-asn1c-smoke/Makefile.am.sample +/tests/tests-asn1c-smoke/converter-example.mk /tests/tests-asn1c-smoke/*.[acho] /tests/tests-asn1c-smoke/*.asn /tests/tests-asn1c-smoke/*.txt @@ -77,6 +78,7 @@ doc/docsrc/*.xdv /examples/sample.source.*/.tmp.* /examples/sample.source.*/Makefile.am.libasncodec /examples/sample.source.*/Makefile.am.example +/examples/sample.source.*/converter-example.mk !/examples/sample.source.*/Makefile !/examples/sample.source.*/config.h -- cgit v1.2.3