Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
- Clean up hgignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan W. McAdams committed Jun 1, 2010
1 parent e5d8675 commit e0de391
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .hgignore
@@ -1,8 +1,10 @@
# use glob syntax
syntax: glob

project/boot
lib_managed
# switch to regexp syntax
syntax: regexp
target/classes/*
target/test-classes/*
project/build/target/*
target
2 changes: 1 addition & 1 deletion project/build/target/scala_2.7.7/analysis/dependencies
@@ -1,3 +1,3 @@
#Source Dependencies
#Tue Jun 01 14:57:44 EDT 2010
#Tue Jun 01 15:00:06 EDT 2010
CasbahProject.scala=
2 changes: 1 addition & 1 deletion project/build/target/scala_2.7.7/analysis/external
@@ -1,4 +1,4 @@
#External Dependencies
#Tue Jun 01 14:57:44 EDT 2010
#Tue Jun 01 15:00:06 EDT 2010
/home/bwmcadams/code/casbah/project/boot/scala-2.7.7/org.scala-tools.sbt/sbt/0.7.4/sbt_2.7.7-0.7.4.jar=CasbahProject.scala
/home/bwmcadams/code/casbah/project/boot/scala-2.7.7/lib/scala-library.jar=CasbahProject.scala
2 changes: 1 addition & 1 deletion project/build/target/scala_2.7.7/analysis/generated_files
@@ -1,3 +1,3 @@
#Generated Classes
#Tue Jun 01 14:57:44 EDT 2010
#Tue Jun 01 15:00:06 EDT 2010
CasbahProject.scala=target/scala_2.7.7/classes/CasbahProject.class
2 changes: 1 addition & 1 deletion project/build/target/scala_2.7.7/analysis/hashes
@@ -1,3 +1,3 @@
#Source Hashes
#Tue Jun 01 14:57:44 EDT 2010
#Tue Jun 01 15:00:06 EDT 2010
CasbahProject.scala=8d8ef4a92ac32fb85406d24124447fc1fae8647d
2 changes: 1 addition & 1 deletion project/build/target/scala_2.7.7/analysis/projects
@@ -1,3 +1,3 @@
#Project Definitions
#Tue Jun 01 14:57:44 EDT 2010
#Tue Jun 01 15:00:06 EDT 2010
CasbahProject.scala=CasbahProject

0 comments on commit e0de391

Please sign in to comment.