Add *.pyc files to .gitignore

Running 'make test' generates 'ext/totals.pyc', which should not be
under version control.
This commit is contained in:
Janik Rabe 2018-08-06 14:21:13 +03:00 committed by lauft
parent 8b48085ee8
commit 9b73ffca8b

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ _CPack_Packages
CPackConfig.cmake
CPackSourceConfig.cmake
*swp
*.pyc