diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-01 09:00:01 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-01 09:00:01 +0100 |
commit | 072b7020c76c99f3161cb838d6e0538d50da2e3f (patch) | |
tree | 12638706ef63e19d860c704f1c163670dce47724 | |
parent | 41e51aba6a1bc0faea8a6fc256e93c5dbfe325b9 (diff) | |
download | ghdl-072b7020c76c99f3161cb838d6e0538d50da2e3f.tar.gz ghdl-072b7020c76c99f3161cb838d6e0538d50da2e3f.tar.bz2 ghdl-072b7020c76c99f3161cb838d6e0538d50da2e3f.zip |
gitignore: update
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 65093fc26..1e68fbaea 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ b~*.ad? # Generated files on windows. +*.exe +*.dll /build/ /scripts/msys2-*/logpipe.* /scripts/msys2-*/*.log* @@ -47,6 +49,7 @@ version.tmp *.v93 *.v08 *.cf +e~*.lst # GHDLs testsuite testsuite/get_entities |