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