From 4b45c51d3d9a19abcc54273cc5cfa51b70352a49 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Wed, 19 Jun 2019 14:50:09 +0200 Subject: More .gitignore for a clean git status --- .gitignore | 3 +++ test/monniaux/.gitignore | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 test/monniaux/.gitignore diff --git a/.gitignore b/.gitignore index bc1fd91b..302382b8 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,9 @@ /riscV/ConstpropOp.v /riscV/SelectOp.v /riscV/SelectLong.v +/mppa_k1c/ConstpropOp.v +/mppa_k1c/SelectOp.v +/mppa_k1c/SelectLong.v /backend/SelectDiv.v /backend/SplitLong.v /cparser/Parser.v diff --git a/test/monniaux/.gitignore b/test/monniaux/.gitignore new file mode 100644 index 00000000..12b3c9db --- /dev/null +++ b/test/monniaux/.gitignore @@ -0,0 +1,23 @@ +**.host +**.k1c +binary_search/Makefile +bitsliced-aes/Makefile +bitsliced-tea/Makefile +complex/Makefile +float_mat/Makefile +glibc_qsort/Makefile +heapsort/Makefile +heptagon_radio_transmitter/Makefile +idea/Makefile +lustrev4_lustrec_heater_control/Makefile +lustrev4_lv4_heater_control/Makefile +lustrev4_lv6-en-2cgc_heater_control/Makefile +lustrev6-convertible-en-2cgc/Makefile +mbedtls/mbedtls/ +number_theoretic_transform/Makefile +quicksort/Makefile +sha-2/Makefile +tacle-bench-lift/Makefile +tacle-bench-powerwindow/Makefile +too_slow/Makefile +xor_and_mat/Makefile -- cgit