Skip to content

Commit e71f9f5

Browse files
committed
logs*.sqlite3
1 parent 17159e2 commit e71f9f5

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ __pycache__
1818
**/Debug/
1919
*.dict
2020
/.mypy_cache/
21-
*/logs.sqlite3
21+
*/logs*.sqlite3

gfe_examples/Conways/partitioned_example_a_no_vis_no_buffer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ DATABASE_KEY = W
2525
include $(FEC_INSTALL_DIR)/make/fec.mk
2626

2727
clean:
28-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
28+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
2929
$(RM) -r $(CUR_DIR)/build

gfe_examples/Conways/partitioned_example_b_no_vis_buffer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ DATABASE_KEY = V
2525
include $(FEC_INSTALL_DIR)/make/fec.mk
2626

2727
clean:
28-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
28+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
2929
$(RM) -r $(CUR_DIR)/build

gfe_examples/hello_world/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DATABASE_KEY = H
2525
include $(FEC_INSTALL_DIR)/make/fec.mk
2626

2727
clean:
28-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
28+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
2929
$(RM) -r $(CUR_DIR)/build
3030

3131

gfe_examples/hello_world_untimed/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ DATABASE_KEY = U
2525
include $(FEC_INSTALL_DIR)/make/fec.mk
2626

2727
clean:
28-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
28+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
2929
$(RM) -r $(CUR_DIR)/build

gfe_examples/live_io/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ DATABASE_KEY = L
2525
include $(FEC_INSTALL_DIR)/make/fec.mk
2626

2727
clean:
28-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
28+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
2929
$(RM) -r $(CUR_DIR)/build

gfe_examples/sync_test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ DATABASE_KEY = Y
2525
include $(FEC_INSTALL_DIR)/make/fec.mk
2626

2727
clean:
28-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
28+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
2929
$(RM) -r $(CUR_DIR)/build

gfe_examples/template/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ DATABASE_KEY = Q
2929
include $(FEC_INSTALL_DIR)/make/fec.mk
3030

3131
clean:
32-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
32+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
3333
$(RM) -r $(CUR_DIR)/build

gfe_integration_tests/sdram_edge_tests/common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ DATABASE_KEY = E
2525
include $(FEC_INSTALL_DIR)/make/fec.mk
2626

2727
clean:
28-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
28+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
2929
$(RM) -r $(APP_OUTPUT_DIR)/build

gfe_integration_tests/test_extra_monitor/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ DATABASE_KEY = X
2525
include $(FEC_INSTALL_DIR)/make/fec.mk
2626

2727
clean:
28-
${RM} $(APP_OUTPUT_DIR)logs.sqlite3 $(APP_OUTPUT_DIR)*.aplx
28+
${RM} $(APP_OUTPUT_DIR)logs*.sqlite3 $(APP_OUTPUT_DIR)*.aplx
2929
$(RM) -r $(APP_OUTPUT_DIR)/build

0 commit comments

Comments
 (0)