Skip to content

Commit

Permalink
Adding files and directories to ignore when committing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Nov 26, 2012
1 parent c0d670d commit 171ed70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.classpath
.project
.settings/*
api/.classpath
api/.project
api/.settings/*
api/target/*
omod/.classpath
omod/.project
omod/.settings/*
omod/target/*
/.settings

0 comments on commit 171ed70

Please sign in to comment.