From cd2d630074415f887446202502b2133be1fd225f Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sun, 26 Jun 2016 10:59:16 -0700 Subject: [PATCH] adding to gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 92732606e..b47a25f44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ # The build directory should clearly not be checked in /build +# Python byte code files +*.pyc + +# Emacs temporary files +*~ +*# + # Compiled Object files *.slo *.lo