From ad95a0b5ddae6c5056d6cbf074658c8a18197de4 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Mon, 8 Jan 2018 13:09:01 -0800 Subject: [PATCH] Add gitignore file Note that the *.site_local makefiles can be used to add additional rules and configuration overrides. Signed-off-by: Patrick McCarty --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7763f06 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +.*swp +Makefile*.site_local