From c9a8bd7800a00d27b6928535bbe89d2c6efae2e7 Mon Sep 17 00:00:00 2001 From: Geoffrey Martin-Noble Date: Fri, 8 Nov 2019 11:58:19 -0800 Subject: [PATCH] Add end of file newline to .gitignore (for important and good reasons) PiperOrigin-RevId: 279361541 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 368331f1389e..2d5314123a85 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,4 @@ user.bazelrc imgui.ini # Emacs autosaves -*~ \ No newline at end of file +*~