mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
.gitignore: ignore more stuff
This commit is contained in:
parent
bcb87552a0
commit
8e4a135b35
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -19,10 +19,14 @@ stamp-h
|
||||||
sources/glue/.deps/
|
sources/glue/.deps/
|
||||||
sources/glue/*.o
|
sources/glue/*.o
|
||||||
sources/glue/*.lo
|
sources/glue/*.lo
|
||||||
|
sources/glue/*.la
|
||||||
sources/glue/.libs/
|
sources/glue/.libs/
|
||||||
|
|
||||||
# generated by the generator (we don't want anyone to commit these to the repo)
|
# generated by the generator (we don't want anyone to commit these to the repo)
|
||||||
sources/generated/*.cs
|
sources/generated/*.cs
|
||||||
|
sources/glue/generated.c
|
||||||
|
doc/*
|
||||||
|
sources/generate-stamp
|
||||||
|
|
||||||
# our "bin" folder when using makefile build
|
# our "bin" folder when using makefile build
|
||||||
out/*
|
out/*
|
||||||
|
|
Loading…
Reference in a new issue