[libvirt] [PATCH][libvirt-ruby] Introduce .gitignore

Michal Privoznik mprivozn at redhat.com
Tue Mar 17 11:02:55 UTC 2015


When building the project from a clean repo, there are some blobs
we don't want git to bother about. Just ignore them.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..68ad1d3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.o
+ext/
+pkg/
-- 
2.0.5




More information about the libvir-list mailing list