[Spice-devel] [PATCH 3/7] Update .gitignore with a few more generated files

Hans de Goede hdegoede at redhat.com
Fri Jan 20 00:53:41 PST 2012


Looks good, ACK.

Regards,

Hans


On 01/19/2012 09:10 PM, Dan McGee wrote:
> Signed-off-by: Dan McGee<dpmcgee at gmail.com>
> ---
>   .gitignore              |    2 ++
>   client/.gitignore       |    1 +
>   client/x11/.gitignore   |    1 +
>   common/.gitignore       |    1 +
>   server/tests/.gitignore |    2 ++
>   5 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 5a4db5c..6c15c13 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -17,7 +17,9 @@ depcomp
>   install-sh
>   libtool
>   ltmain.sh
> +m4/
>   missing
>   Makefile
>   Makefile.in
> +spice-server.pc
>   stamp-h1
> diff --git a/client/.gitignore b/client/.gitignore
> index 39a4cf7..0561c05 100644
> --- a/client/.gitignore
> +++ b/client/.gitignore
> @@ -10,3 +10,4 @@ generated_demarshallers.cpp
>   generated_demarshallers1.cpp
>   generated_marshallers.cpp
>   generated_marshallers1.cpp
> +spicec
> diff --git a/client/x11/.gitignore b/client/x11/.gitignore
> index 397a68f..2f08d7e 100644
> --- a/client/x11/.gitignore
> +++ b/client/x11/.gitignore
> @@ -3,6 +3,7 @@
>   *.loT
>   *.o
>   .deps
> +.dirstamp
>   .libs
>   Makefile
>   Makefile.in
> diff --git a/common/.gitignore b/common/.gitignore
> index 07491dd..d033f47 100644
> --- a/common/.gitignore
> +++ b/common/.gitignore
> @@ -3,6 +3,7 @@
>   *.loT
>   *.o
>   .deps
> +.dirstamp
>   .libs
>   Makefile
>   Makefile.in
> diff --git a/server/tests/.gitignore b/server/tests/.gitignore
> index 063083b..d587e25 100644
> --- a/server/tests/.gitignore
> +++ b/server/tests/.gitignore
> @@ -1,4 +1,6 @@
>   test_display_no_ssl
> +test_display_streaming
>   test_empty_success
>   test_just_sockets_no_ssl
>   test_fail_on_null_core_interface
> +test_playback


More information about the Spice-devel mailing list