From 1e7fd436c9e676c13c450e820b30a83c39e389fb Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Sun, 12 Mar 2017 21:06:24 +0000 Subject: [PATCH] Ignore any python compiled files in SWIG directory: *.pyc --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a2a7f70..429c0cd 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ Makefile.in /stamp-h1 # files generated by SWIG /swig/python/comedi.py +/swig/python/*.pyc /swig/python/comedi_python_wrap.c # more rooted patterns /testing/comedi_test