mirror of
https://github.com/google/googletest.git
synced 2024-12-27 18:31:21 +08:00
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…
x
Reference in New Issue
Block a user