Moved the ignoring of *.pyc files to top level for also covering googlemock python scripts.
This commit is contained in:
parent
ed9d1e1ff9
commit
68f19facc2
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
# Ignore CI build directory
|
# Ignore CI build directory
|
||||||
build/
|
build/
|
||||||
|
# python
|
||||||
|
*.pyc
|
||||||
|
|
2
googletest/.gitignore
vendored
2
googletest/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
# python
|
|
||||||
*.pyc
|
|
Loading…
Reference in New Issue
Block a user