mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 22:42:35 +00:00
Update gitignore
This commit is contained in:
parent
dce0c901b3
commit
babad9d0b4
4 changed files with 11 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -37,3 +37,8 @@ gstreamer-sharp-0.10.pc
|
||||||
*.la
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.orig
|
||||||
|
gstreamer-sharp-*.tar.gz*
|
||||||
|
gstreamer-sharp-*.tar.bz2*
|
||||||
|
|
2
doc/.gitignore
vendored
2
doc/.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
gstreamer-sharp-docs.tree
|
gstreamer-sharp-docs.tree
|
||||||
gstreamer-sharp-docs.zip
|
gstreamer-sharp-docs.zip
|
||||||
|
*html*
|
||||||
|
en/ns-.xml
|
||||||
|
|
1
elementgen/.gitignore
vendored
Normal file
1
elementgen/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
gsts-xmlinspect
|
3
tests/.gitignore
vendored
Normal file
3
tests/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
%temp%
|
||||||
|
TestResult.xml
|
||||||
|
*NUnit*Trace.txt*
|
Loading…
Reference in a new issue