gitignore: ignore *.pyc files
The gyp build on Windows produces a *.pyc file as of commit 991409e.
This commit is contained in:
parent
a43537eead
commit
c3e05bafa5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
*.l[oa]
|
*.l[oa]
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.orig
|
*.orig
|
||||||
|
*.pyc
|
||||||
*.sdf
|
*.sdf
|
||||||
*.suo
|
*.suo
|
||||||
core
|
core
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user