mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
Add .pdb to cleanfiles and gitignore
This commit is contained in:
parent
4110118d7b
commit
35198f1773
2 changed files with 2 additions and 1 deletions
1
gstreamer-sharp/.gitignore
vendored
1
gstreamer-sharp/.gitignore
vendored
|
@ -5,4 +5,5 @@ AssemblyInfo.cs
|
||||||
gstreamer-api.xml
|
gstreamer-api.xml
|
||||||
gstreamer-sharp.dll.config
|
gstreamer-sharp.dll.config
|
||||||
gstreamer-sharp.dll.mdb
|
gstreamer-sharp.dll.mdb
|
||||||
|
gstreamer-sharp.pdb
|
||||||
gstreamer-sharp.snk
|
gstreamer-sharp.snk
|
||||||
|
|
|
@ -17,7 +17,7 @@ gapi_DATA = $(APIS)
|
||||||
|
|
||||||
glue_includes="gst/gst.h gst/interfaces/colorbalance.h gst/interfaces/colorbalancechannel.h gst/interfaces/tuner.h gst/interfaces/tunerchannel.h gst/interfaces/tunernorm.h"
|
glue_includes="gst/gst.h gst/interfaces/colorbalance.h gst/interfaces/colorbalancechannel.h gst/interfaces/tuner.h gst/interfaces/tunerchannel.h gst/interfaces/tunernorm.h"
|
||||||
|
|
||||||
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb generated-stamp generated/*.cs glue/generated.c $(API) $(KEYFILE)
|
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY_NAME).pdb generated-stamp generated/*.cs glue/generated.c $(API) $(KEYFILE)
|
||||||
DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
|
DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue