From: Daniel Mack Date: Fri, 28 Oct 2016 17:03:01 +0000 (+0200) Subject: .gitignore: ignore precompiled GCC headers (#4516) X-Git-Tag: v232~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e50e60b4744e48ee83e09c6ad62a6ee52836f4c8;p=thirdparty%2Fsystemd.git .gitignore: ignore precompiled GCC headers (#4516) Not sure since when this is the default behavior, but my local tree is full of such files. Let's ignore them for clarity. --- diff --git a/.gitignore b/.gitignore index f8336063b78..21fcf9841c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.a *.cache +*.gch *.la *.lo *.log