summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2009-08-04 19:21:49 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2009-08-04 19:23:00 +0200
commitb968d052165348c6e401fd51f4e7a011ac7df299 (patch)
tree1c4abc66b4b7aab7c73d747a378cfb8574da9f5d /.gitignore
parent30f973235d5f0137f21d442b2dc8da3d8228a6bc (diff)
.gitignore: ignore cruft
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8696b10
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+*.o
+*.so
+*.a
+*.la
+*.lo
+*~
+Makefile
+Makefile.in \ No newline at end of file