aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorXiretza <xiretza@xiretza.xyz>2021-02-11 23:40:35 +0100
committertgingold <tgingold@users.noreply.github.com>2021-02-12 07:53:54 +0100
commita2664544dc58caaedf84cd235aa3ee17b164f1f3 (patch)
tree9a6f509e9cdd3d94dea6c78e0f14216974b5fc2a /.gitignore
parent0badf589e0b937c49eff2ac9374fc97ee47a0dbb (diff)
downloadghdl-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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
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__/