From 0d181f55125c945817fcf39b7fcf3e14af44221d Mon Sep 17 00:00:00 2001 From: pxgamer Date: Fri, 7 Dec 2018 11:31:52 +0000 Subject: [PATCH] Add Git ignore file to the tmp directory The sanity process generates a lot of temporary files in the tmp directory. These display as untracked changes in Git and make it a lot harder to view only actual changes to the repository. --- tmp/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tmp/.gitignore diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 0000000..f3bd116 --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!db-update