From 993418b2f499022675f9c725e196620425e1fac5 Mon Sep 17 00:00:00 2001 From: rajeevgopalakrishna Date: Wed, 15 May 2019 10:15:26 +0530 Subject: [PATCH] Updates .gitignore to exclude emacs backup files ending in ~ --- utils/slither_format/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/utils/slither_format/.gitignore b/utils/slither_format/.gitignore index c51eb4dee..f5478e79f 100644 --- a/utils/slither_format/.gitignore +++ b/utils/slither_format/.gitignore @@ -1 +1,9 @@ +# .format files are the output files produced by slither-format *.format + +# Temporary files (Emacs backup files ending in tilde and others) +*~ + + + +