From 2f1d5cc80ea2cf5f276f333f719b1442f08b24ed Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 9 May 2013 08:53:51 +0300 Subject: [PATCH] GitIgnore ccache.exe and dev_mode_disabled --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 15d45c432..7bed49814 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ Makefile autom4te.cache ccache +ccache.exe ccache-*.tar.* ccache.1 ccache.html @@ -16,6 +17,7 @@ config.h.in config.log config.status configure +dev_mode_disabled dev.mk perfdir.* test/main -- 2.47.2