From 4017ff66a724446e0b7a095037c98baf4af77293 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 13 Sep 2010 18:16:26 +0200 Subject: [PATCH] Make git ignore gcc precompiled headers. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..51ba377 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.gitignore +.~ +TAGS +lib/doc +*.o +*.gch -- 2.1.4