From b968d052165348c6e401fd51f4e7a011ac7df299 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 4 Aug 2009 19:21:49 +0200 Subject: [PATCH] .gitignore: ignore cruft --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..8696b10419 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.o +*.so +*.a +*.la +*.lo +*~ +Makefile +Makefile.in \ No newline at end of file