Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanh89 committed Nov 17, 2012
1 parent a56349b commit 2c84b75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
*.class
*.jar
*.classpath
*.project
*.settings

bin
Binary file modified bin/com/VSSBudgetBoss/main/BudgetBoss.class
Binary file not shown.
2 changes: 0 additions & 2 deletions src/com/VSSBudgetBoss/main/BudgetBoss.java
@@ -1,9 +1,7 @@
package com.VSSBudgetBoss.main;

import static org.fusesource.jansi.Ansi.ansi;

import org.fusesource.jansi.AnsiConsole;

import com.VSSBudgetBoss.budget.*;
import com.VSSBudgetBoss.fileops.*;
import com.VSSBudgetBoss.cli.*;
Expand Down

0 comments on commit 2c84b75

Please sign in to comment.