From dc1761a548b15d5bc84f5c8585e50082e5d604a7 Mon Sep 17 00:00:00 2001 From: daniel-k Date: Fri, 17 Jun 2016 13:02:57 +0200 Subject: [PATCH] gitignore: add .pyc, .callgrind and .xray --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3803a01c3..ded3b48e7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ autom4te.cache *.creator.user *.files *.includes +*.pyc +*.callgrind +*.xray