From f65f8b684f7beeff1dca6734203de8aa6e8bde39 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sun, 5 Apr 2015 16:21:28 +0200 Subject: [PATCH] Ignore .pyc files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8a7fbab5..fba2f630 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,8 @@ /src/Makefile.in /src/Makefile /src/.deps +/src/*.pyc + /src/# executable files /src/cosserat-continuum /src/harmonicmaps -- GitLab