From 55eafd3b39eabdf60b5196d8c728b6eaf190650d Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 11 Oct 2020 14:21:59 +0200 Subject: Add conf*/ and callgrind.out.* to list of ignored files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f94f3f52..3d522b06 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ htop *.h.gch */.dirstamp +# automake/autoconf related files .deps/ Makefile Makefile.in @@ -24,6 +25,7 @@ INSTALL aclocal.m4 autom4te.cache/ compile +conf*/ config.guess config.h config.h.in @@ -40,3 +42,6 @@ ltmain.sh m4/ missing stamp-h1 + +# files related to valgrind/callgrind +callgrind.out.* -- cgit v1.2.3