From 923d7175df49a4f593f2517349932c29da5bcba8 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 3 Dec 2010 09:39:17 +0100 Subject: [PATCH] Add .gitignore file. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe32f2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*~ +*.o +html/ +*/Makefile +chateaux/chateaux +mandel/mandel +minimal/DrawingWindow.* +minimal/hello +test/hello -- 2.20.1