gitignore: ignore *.pyc files

The gyp build on Windows produces a *.pyc file as of commit 991409e.
This commit is contained in:
Marc Schlaich 2013-11-25 16:19:42 +01:00 committed by Ben Noordhuis
parent a43537eead
commit c3e05bafa5

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.l[oa]
*.opensdf
*.orig
*.pyc
*.sdf
*.suo
core