Merge pull request #865 from frosteyes/master

Moved the ignoring of *.pyc files to top level
This commit is contained in:
Gennadiy Civil
2017-08-31 09:13:07 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -8,3 +8,5 @@ bazel-genfiles
bazel-googletest
bazel-out
bazel-testlogs
# python
*.pyc

View File

@@ -1,2 +0,0 @@
# python
*.pyc