Add some more patterns to .gitignore

This commit is contained in:
Sebastian Dröge 2009-05-28 10:37:37 +02:00
parent c80ecab721
commit 5e66913e72
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -31,6 +31,8 @@ gstreamer-sharp-0.10.pc
.libs .libs
*~ *~
*.exe *.exe
*.mdb
*.pdb
*.dll *.dll
*.la *.la
*.lo *.lo

View file

@ -7,3 +7,5 @@ gstreamer-sharp.dll.config
gstreamer-sharp.dll.mdb gstreamer-sharp.dll.mdb
gstreamer-sharp.pdb gstreamer-sharp.pdb
gstreamer-sharp.snk gstreamer-sharp.snk
*plugins/*.cs
*plugins/*.xml