From 1a77be6971745f05d1f2444b565563581d17e79b Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 19 Dec 2019 12:55:00 -0800 Subject: [PATCH] Reorder git ignores --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc389c95800..2b9fb4a53af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ Makefile -*.o -*.obj *.pyc *~ *.diff @@ -22,6 +20,8 @@ CMakeFiles /bin/ /lib/ config.h +*.o +*.obj # files related to bulding in-tree on windows /.vs/