From 7c6cb41b15624fa77cbc92c7b5de9a834e011d56 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 27 Apr 2016 16:38:24 +0300 Subject: [PATCH] Ignore files in tmp (like mysqld.S) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c7efe9a119..f2064537da4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ Docs/INFO_SRC Makefile TAGS Testing/ +tmp/ VERSION.dep configure client/async_example