Moved the ignoring of *.pyc files to top level for also covering googlemock python scripts.

This commit is contained in:
Claus Stovgaard 2016-08-30 16:15:46 +02:00
parent ed9d1e1ff9
commit 68f19facc2
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
# Ignore CI build directory # Ignore CI build directory
build/ build/
# python
*.pyc

View File

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