Bump MRI upstreams
[neutron.git] / .gitignore
index 6740902df704ab84a7e8be5bb1444d2c88f22e3c..92e561b3bea8cc3c552cfd749d572f19ed3b10e3 100644 (file)
@@ -1,32 +1,46 @@
-*.class
-**/target
-bin/
-dist
+#
+# Copyright (c) 2018 Intel Corporation and others.  All rights reserved.
+#
+# This program and the accompanying materials are made available under the
+# terms of the Eclipse Public License v1.0 which accompanies this distribution,
+# and is available at http://www.eclipse.org/legal/epl-v10.html
+#
+
+# 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