From a2664544dc58caaedf84cd235aa3ee17b164f1f3 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Thu, 11 Feb 2021 23:40:35 +0100 Subject: Add gitignore files for testsuite Since some tools apparently can't handle .gitignore files in subdirectories, all ignore rules have to be put in the global file. --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e68fbaea..3b5da2fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -52,7 +52,19 @@ version.tmp e~*.lst # GHDLs testsuite -testsuite/get_entities +/testsuite/get_entities +/testsuite/test_ok +/testsuite/gna/**/*.out +/testsuite/vpi/**/*.out +/testsuite/synth/**/*.out +/testsuite/synth/sns01/*.ref +/testsuite/synth/snsuns01/*.ref +/testsuite/gna/issue1392/char_arr_file.txt +/testsuite/synth/issue1079/syn_test.raw +/testsuite/synth/issue1254/simple.vhdl +*.log +*.err +syn_*.vhdl # Python cache and object files __pycache__/ -- cgit v1.2.3