sort gitignore alphabetically

This commit is contained in:
Zeke Sikelianos 2017-07-25 16:57:35 -07:00
parent 1d9adbd0cf
commit 3f53524b90

50
.gitignore vendored
View file

@ -1,11 +1,31 @@
.DS_Store .DS_Store
.tags* .tags*
.vs/
.vscode/
*.log
*.pyc
*.sln
*.swp
*.VC.db
*.VC.VC.opendb
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.xcodeproj
/.idea/ /.idea/
/brightray/brightray.opensdf
/brightray/brightray.sdf
/brightray/brightray.sln
/brightray/brightray.suo
/brightray/brightray.v12.suo
/brightray/brightray.vcxproj*
/brightray/brightray.xcodeproj/
/build/ /build/
/dist/ /dist/
/external_binaries/ /external_binaries/
/node_modules
/out/ /out/
/vendor/download/ /vendor/.gclient
/vendor/debian_jessie_amd64-sysroot/ /vendor/debian_jessie_amd64-sysroot/
/vendor/debian_jessie_arm-sysroot/ /vendor/debian_jessie_arm-sysroot/
/vendor/debian_jessie_arm64-sysroot/ /vendor/debian_jessie_arm64-sysroot/
@ -13,28 +33,8 @@
/vendor/debian_wheezy_amd64-sysroot/ /vendor/debian_wheezy_amd64-sysroot/
/vendor/debian_wheezy_arm-sysroot/ /vendor/debian_wheezy_arm-sysroot/
/vendor/debian_wheezy_i386-sysroot/ /vendor/debian_wheezy_i386-sysroot/
/vendor/python_26/ /vendor/download/
/vendor/npm/
/vendor/llvm/
/vendor/llvm-build/ /vendor/llvm-build/
/vendor/.gclient /vendor/llvm/
node_modules/ /vendor/npm/
*.xcodeproj /vendor/python_26/
*.swp
*.pyc
*.VC.db
*.VC.VC.opendb
.vs/
.vscode/
*.vcxproj
*.vcxproj.user
*.vcxproj.filters
*.sln
*.log
/brightray/brightray.opensdf
/brightray/brightray.sdf
/brightray/brightray.sln
/brightray/brightray.vcxproj*
/brightray/brightray.suo
/brightray/brightray.v12.suo
/brightray/brightray.xcodeproj/