aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-10-02 15:48:59 +0300
committerMatias Elo <matias.elo@nokia.com>2019-11-21 14:45:29 +0200
commitdd05d03d339c7c9f6d9a23197133076de6102077 (patch)
treea6abba01bca2353b8b7ef11e05c8c4875051b40f /.gitignore
parent7875d267ed45acb54f9d4bcd2712758631bbf95e (diff)
linux-gen: include only ODP defines in autogenerated header files
The config.h file has been split into three parts: autoheader_build.h: should NOT be included by ANY source file autoheader_external.h: can be included by any source file, including public headers autoheader_internal.h: can be included by any internal source file, but NOT by public headers autoheader_external.h and autoheader_internal.h are generated based on matching template files (*.in) and include only ODP defines. autoheader_build.h includes all build defines and should not be included by any source file. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index b5856a50c..772c551f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,9 +38,11 @@ depcomp
doc/output
dpdk/
install-sh
-include/odp/config.h.in
-include/odp/config.h
-include/odp/stamp-h1
+include/odp/autoheader_build.h.in
+include/odp/autoheader_build.h
+include/odp/autoheader_external.h
+include/odp/autoheader_internal.h
+include/odp/stamp-h*
lib/
libtool
ltmain.sh