gitignore: sort patterns

This commit is contained in:
Bert Belder 2019-06-24 17:44:56 +02:00
parent d5f8f5f1b1
commit 8c98df30da
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

10
.gitignore vendored
View File

@ -1,7 +1,7 @@
*_BASE_*
*_BACKUP_* *_BACKUP_*
*_REMOTE_* *_BASE_*
*_LOCAL_* *_LOCAL_*
*_REMOTE_*
*.a *.a
*.dll *.dll
@ -10,9 +10,9 @@
*.ilk *.ilk
*.lib *.lib
*.manifest *.manifest
*.pdb
*.opensdf *.opensdf
*.orig *.orig
*.pdb
*.sdf *.sdf
*.sln *.sln
*.suo *.suo
@ -43,9 +43,9 @@
/out/ /out/
/Release/ /Release/
/RelWithDebInfo/ /RelWithDebInfo/
/x64/
/Win32/ /Win32/
/x64/
/CMakeCache.txt
/cmake_install.cmake /cmake_install.cmake
/CMakeCache.txt
/Makefile /Makefile