From 3d04fee68eec5cb98762414bbbcd071c0063e8a0 Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Tue, 28 Apr 2020 14:28:18 +0200 Subject: [PATCH] added stuff to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 68a775b..552877b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,6 @@ tests/mklargefile tests/parsecheck tests/randomcheck man/*.gz +*.o +*.a +*.pyc