mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
Add some more patterns to .gitignore
This commit is contained in:
parent
c80ecab721
commit
5e66913e72
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -31,6 +31,8 @@ gstreamer-sharp-0.10.pc
|
|||
.libs
|
||||
*~
|
||||
*.exe
|
||||
*.mdb
|
||||
*.pdb
|
||||
*.dll
|
||||
*.la
|
||||
*.lo
|
||||
|
|
2
gstreamer-sharp/.gitignore
vendored
2
gstreamer-sharp/.gitignore
vendored
|
@ -7,3 +7,5 @@ gstreamer-sharp.dll.config
|
|||
gstreamer-sharp.dll.mdb
|
||||
gstreamer-sharp.pdb
|
||||
gstreamer-sharp.snk
|
||||
*plugins/*.cs
|
||||
*plugins/*.xml
|
||||
|
|
Loading…
Reference in a new issue