gitignore: sort patterns
This commit is contained in:
parent
d5f8f5f1b1
commit
8c98df30da
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user