Alphabetize .gitignore 23/88723/3
authorJamo Luhrsen <jluhrsen@gmail.com>
Thu, 26 Mar 2020 18:55:56 +0000 (11:55 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 27 Apr 2020 18:14:29 +0000 (18:14 +0000)
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: Ibe8e49156aa63de6d0a1a7e6c6fb10f6996ebd31

.gitignore

index e5f2933a9320fbfb0d957df37ed563466f3b700b..6be3885ace80efc321f38df5f5eaea018f2e5302 100644 (file)
@@ -1,32 +1,32 @@
-*.class
-**/target
-bin/
-dist
+**/*.csv
+**/*.log
+**/*.out
 **/logs
-products
-repository
-workspace
+**/target
+*.class
+*.egg-info/
+*.iml
+*.ipr
+*.iws
+*.png
+*.pyc
 *~
-target
+.*.marks
+.*.sw?
 .classpath
+.idea
 .project
 .settings
+.tox/
+.vagrant
 MANIFEST.MF
-opendaylight/northbound/integrationtest/logs/*
-*.ipr
-*.iml
-*.iws
-.idea
-*.png
-*.pyc
+bin/
+dist
 log.html
+opendaylight/northbound/integrationtest/logs/*
 output.xml
+products
 report.html
-.*.sw?
-.vagrant
-.tox/
-*.egg-info/
-.*.marks
-**/*.log
-**/*.csv
-**/*.out
+repository
+target
+workspace