aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-06-27 22:58:08 -0600
committerGavin Howard <gavin@yzena.com>2021-06-27 22:58:08 -0600
commit2a4e5291e73e754b74fa23f3270994e35857fc13 (patch)
treed666b55af0944f94a9a8d7803f9c0ae53194a96e /Makefile.in
parentb6c09e091a0d43f1959d13d69d1c0a057bdcb05a (diff)
downloadbc-2a4e5291e73e754b74fa23f3270994e35857fc13.tar.gz
Add dc benchmark to gitignore
Signed-off-by: Gavin Howard <gavin@yzena.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 38980a8f..e2e24fc1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -381,6 +381,7 @@ clean_benchmarks:
@$(RM) -f benchmarks/bc/constants.txt
@$(RM) -f benchmarks/bc/strings.txt
@$(RM) -f benchmarks/bc/functions.txt
+ @$(RM) -f benchmarks/dc/modexp.txt
clean_config: clean clean_benchmarks
@printf 'Cleaning config...\n'