Browse Source

sort gitignore alphabetically

Zeke Sikelianos 7 years ago
parent
commit
3f53524b90
1 changed files with 25 additions and 25 deletions
  1. 25 25
      .gitignore

+ 25 - 25
.gitignore

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