mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ignore *.pyc
Original commit message from CVS: ignore *.pyc
This commit is contained in:
parent
564e342e89
commit
4fb934cf51
2 changed files with 2 additions and 0 deletions
1
gst/.gitignore
vendored
1
gst/.gitignore
vendored
|
@ -4,6 +4,7 @@ Makefile.in
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
*.so
|
*.so
|
||||||
|
*.pyc
|
||||||
.libs
|
.libs
|
||||||
.deps
|
.deps
|
||||||
gstreamer.c
|
gstreamer.c
|
||||||
|
|
1
gstreamer/.gitignore
vendored
1
gstreamer/.gitignore
vendored
|
@ -4,6 +4,7 @@ Makefile.in
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
*.so
|
*.so
|
||||||
|
*.pyc
|
||||||
.libs
|
.libs
|
||||||
.deps
|
.deps
|
||||||
gstreamer.c
|
gstreamer.c
|
||||||
|
|
Loading…
Reference in a new issue