From 6e379ead8f003650a162790b9f3a78fa5d7b22a6 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Mon, 9 Sep 2019 18:00:05 -0600 Subject: the config.h file now goes to src Any piece of the system may need to use config.h. Put that in /src and add -Isrc to CPPFLAGS. The colm package uses defs.h for configuration. It gets installed because some public headers depend on it. --- src/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/.gitignore (limited to 'src/.gitignore') diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..84973a7b --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,4 @@ +/config.h +/config.h.in +/stamp-h1 +/stamp-h2 -- cgit v1.2.1