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(a)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