From b9cfa0a10decdbe659447a221a0634f2b78943b0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 22 Jun 2012 14:31:34 -0700 Subject: precompile headers.h to speed up build slightly Since all system headers are included by way of headers.h, we can pre-compile this to speed up the build up a bit. Signed-off-by: Mike Frysinger --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 502b3a1..4d34aee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ a.out *~ +*.gch *.lo *.la *.o @@ -21,6 +22,7 @@ core .gdbinit /aclocal.m4 +/ar-lib /autom4te.cache/ /build/ /compile -- cgit v1.2.3-65-gdbad