Skip to content

Commit

Permalink
chore(git): fix ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 31, 2017
1 parent 2431999 commit 9d6358f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Breakout/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.settings
.breakout
dependency-reduced-pom.xml
console.log
breakout.log*
24 changes: 12 additions & 12 deletions breakout/breakout.log
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: java.io.FileNotFoundException: update.properties (No such file or directory)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at java.io.FileInputStream.open0(Native Method)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at java.io.FileInputStream.open(FileInputStream.java:195)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at java.io.FileInputStream.<init>(FileInputStream.java:138)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at java.io.FileInputStream.<init>(FileInputStream.java:93)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at org.breakout.BreakoutMainView.<init>(BreakoutMainView.java:2051)
May 31, 2017 6:13:48 System.err
WARNING: at org.breakout.Breakout.lambda$main$2(Breakout.java:101)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at org.breakout.Breakout.lambda$2(Breakout.java:102)
May 31, 2017 6:22:28 System.err
WARNING: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
May 31, 2017 6:13:48 System.err
May 31, 2017 6:22:28 System.err
WARNING: at java.lang.Thread.run(Thread.java:745)
Empty file removed breakout/breakout.log.lck
Empty file.

0 comments on commit 9d6358f

Please sign in to comment.