diff --git a/.gitignore b/.gitignore index b23e1dbb7a..eb3c23705b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ GPATH GRTAGS tags TAGS + +# ignore python bytecode files +*.pyc