Skip to content

Commit

Permalink
Fix .gitignore for it to work with projectile grep
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Feb 18, 2016
1 parent 26e5675 commit 258ff52
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitignore
Expand Up @@ -2,10 +2,10 @@ pom.xml
pom.xml.asc
*jar
*log
/lib/
/classes/
/target/
/checkouts/
lib/
classes/
target/
checkouts/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
Expand All @@ -14,7 +14,6 @@ pom.xml.asc
.nrepl-history
.repl/
figwheel_server.log
resources/**/compiled/
out/
*.orig
.projectile
Expand Down

0 comments on commit 258ff52

Please sign in to comment.