diff options
author | Xiretza <xiretza@xiretza.xyz> | 2021-02-11 23:40:35 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-02-12 07:53:54 +0100 |
commit | a2664544dc58caaedf84cd235aa3ee17b164f1f3 (patch) | |
tree | 9a6f509e9cdd3d94dea6c78e0f14216974b5fc2a | |
parent | 0badf589e0b937c49eff2ac9374fc97ee47a0dbb (diff) | |
download | ghdl-a2664544dc58caaedf84cd235aa3ee17b164f1f3.tar.gz ghdl-a2664544dc58caaedf84cd235aa3ee17b164f1f3.tar.bz2 ghdl-a2664544dc58caaedf84cd235aa3ee17b164f1f3.zip |
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.
-rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
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__/ |