diff options
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/Freeze/evictor/.gitignore | 1 | ||||
-rw-r--r-- | cpp/test/Freeze/evictor/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Freeze/evictor/.gitignore b/cpp/test/Freeze/evictor/.gitignore index ef79d3f766b..2ab27ddce01 100644 --- a/cpp/test/Freeze/evictor/.gitignore +++ b/cpp/test/Freeze/evictor/.gitignore @@ -6,5 +6,6 @@ server Test.cpp Test.h db/__catalog +db/__catalogIndexList db/Test db/log.* diff --git a/cpp/test/Freeze/evictor/Makefile b/cpp/test/Freeze/evictor/Makefile index 57c255be47b..46d4544b63d 100644 --- a/cpp/test/Freeze/evictor/Makefile +++ b/cpp/test/Freeze/evictor/Makefile @@ -40,7 +40,7 @@ $(SERVER): $(OBJS) $(SOBJS) $(CXX) $(LDFLAGS) -o $@ $(OBJS) $(SOBJS) $(DB_RPATH_LINK) -lFreeze $(LIBS) clean:: - -rm -f db/__catalog db/Test + -rm -f db/__catalog db/__catalogIndexList db/Test -rm -f db/log.* include .depend |