From 8c98df30da51811a78b32cc387ea982311da9169 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 24 Jun 2019 17:44:56 +0200 Subject: [PATCH] gitignore: sort patterns --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 303923c..e23086c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -*_BASE_* *_BACKUP_* -*_REMOTE_* +*_BASE_* *_LOCAL_* +*_REMOTE_* *.a *.dll @@ -10,9 +10,9 @@ *.ilk *.lib *.manifest -*.pdb *.opensdf *.orig +*.pdb *.sdf *.sln *.suo @@ -43,9 +43,9 @@ /out/ /Release/ /RelWithDebInfo/ -/x64/ /Win32/ +/x64/ -/CMakeCache.txt /cmake_install.cmake +/CMakeCache.txt /Makefile