summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--client/.gitignore1
-rw-r--r--client/x11/.gitignore1
-rw-r--r--common/.gitignore1
-rw-r--r--server/tests/.gitignore2
5 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5a4db5ca..6c15c135 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 39a4cf7a..0561c05c 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 397a68f4..2f08d7eb 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 07491dd4..d033f47d 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 063083bc..d587e255 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