From 1de743024932780b0f9870eac4c54ec0426c8736 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 15 Oct 2017 10:11:22 -0700 Subject: [PATCH] Ignore *~ files Ingore *~ backup files (emacs, indent, etc.) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 39150fa39..5347b89c7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ obj/parse_step1.c src/tp_magic_api.h tp-magic-config trans/ +*~