summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceStorm/.gitignore16
-rw-r--r--cpp/src/IceStorm/Makefile2
2 files changed, 10 insertions, 8 deletions
diff --git a/cpp/src/IceStorm/.gitignore b/cpp/src/IceStorm/.gitignore
index 213293d82b6..4b4d093745b 100644
--- a/cpp/src/IceStorm/.gitignore
+++ b/cpp/src/IceStorm/.gitignore
@@ -6,25 +6,25 @@ Election.cpp
IceStormInternal.cpp
SubscriberRecord.cpp
LinkRecord.cpp
+V32Format.cpp
+V31Format.cpp
IceStorm.h
Election.h
IceStormInternal.h
SubscriberRecord.h
LinkRecord.h
+V32Format.h
+V31Format.h
SubscriberMap.h
SubscriberMap.cpp
PersistentTopicMap.h
PersistentTopicMap.cpp
+V32FormatDB.h
+V32FormatDB.cpp
+V31FormatDB.h
+V31FormatDB.cpp
LLUMap.h
LLUMap.cpp
Grammar.cpp
Grammar.h
Scanner.cpp
-V31Format.cpp
-V31Format.h
-V32Format.cpp
-V32Format.h
-V31FormatDB.cpp
-V31FormatDB.h
-V32FormatDB.cpp
-V32FormatDB.h
diff --git a/cpp/src/IceStorm/Makefile b/cpp/src/IceStorm/Makefile
index 0252a753646..e692df8ae9a 100644
--- a/cpp/src/IceStorm/Makefile
+++ b/cpp/src/IceStorm/Makefile
@@ -149,6 +149,8 @@ V31FormatDB.h V31FormatDB.cpp: ../IceStorm/V31Format.ice $(SLICE2FREEZE)
clean::
-rm -f SubscriberMap.h SubscriberMap.cpp
-rm -f PersistentTopicMap.h PersistentTopicMap.cpp
+ -rm -f V32FormatDB.h V32FormatDB.cpp
+ -rm -f V31FormatDB.h V31FormatDB.cpp
-rm -f LLUMap.h LLUMap.cpp
-rm -f Grammar.cpp Grammar.h
-rm -f Scanner.cpp