Skip to content

Commit

Permalink
Add the .idea directories to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
akeefer committed Feb 18, 2012
1 parent 3b1b94c commit c713833
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .gitignore
@@ -1,13 +1,11 @@
# Compilation artifacts # # Compilation artifacts
tosa-loader/target tosa-loader/target
tosa-runtime/target tosa-runtime/target
tosa-loader/classes tosa-loader/classes


# IntelliJ Workspace - This will differ per user# # IntelliJ Project files - For now, just exclude them all
tosa-loader/.idea/workspace.xml tosa-loader/.idea/*
tosa-loader/.idea/misc.xml tosa-runtime/.idea/*
tosa-runtime/.idea/workspace.xml
tosa-runtime/.idea/misc.xml


# ipr, iml, and iws files generated by IJ from pom.xml # ipr, iml, and iws files generated by IJ from pom.xml
tosa-loader/tosa-loader.i?? tosa-loader/tosa-loader.i??
Expand Down

0 comments on commit c713833

Please sign in to comment.