diff --git a/.gitignore b/.gitignore index e1f991aec72b8..7744c92c8137b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ config.status config.sub configure configure-stamp -core cscope.* depcomp gmon.out @@ -53,8 +52,15 @@ py-compile release stamp-h1 systemd/Makefile + +# Files generated by crashed programs vgcore.* -test-suite.log +core +*.core + +# Files generated by running tests +*.log +/src/testdir # specific local dir files /build-doc