sort .gitignore 69/68669/2
authorIsaku Yamahata <isaku.yamahata@intel.com>
Sat, 24 Feb 2018 23:59:25 +0000 (15:59 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 27 Feb 2018 15:10:57 +0000 (15:10 +0000)
Change-Id: Iedfd17e1a05e819189a1a2deeca6b2a9b8da2d78
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
.gitignore

index 4294753df8f77295ee5970227d097264f4592b1e..92e561b3bea8cc3c552cfd749d572f19ed3b10e3 100644 (file)
@@ -5,35 +5,42 @@
 # terms of the Eclipse Public License v1.0 which accompanies this distribution,
 # and is available at http://www.eclipse.org/legal/epl-v10.html
 #
-*.class
-**/target
-bin/
-dist
+
+# sorted alphabetically
+
+# wildcard match
 **/logs
-products
-repository
-workspace
-*~
-target
-.classpath
-.project
-.settings
-*.ipr
+**/target
+*.class
 *.iml
+*.ipr
 *.iws
-.idea
 *.pyc
-log.html
-output.xml
-report.html
 *.swp
+*~
+
+# directory
+bin/
 target-ide/
-.vagrant
+
+# particular files
 .DS_Store
 .checkstyle
-yang-gen-config
-yang-gen-sal
-maven-metadata-local.xml
+.classpath
 .factorypath
 .fbExcludeFilterFile
-
+.idea
+.project
+.settings
+.vagrant
+dist
+log.html
+maven-metadata-local.xml
+output.xml
+products
+report.html
+repository
+target
+workspace
+yang-gen-config
+yang-gen-sal