diff options
author | tgingold <tgingold@users.noreply.github.com> | 2016-06-24 17:17:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 17:17:21 +0200 |
commit | dc8680d3b002df5dbc2c92e86b133803a9e68a39 (patch) | |
tree | 4db86c374375d3a9b1274b895367d9233b62c04b /.gitignore | |
parent | 10aa0ce818defb49f9602ec2c1f09af436830065 (diff) | |
parent | debc7725817a175aa2bad8ac6c1c07dc8fb2bc45 (diff) | |
download | ghdl-dc8680d3b002df5dbc2c92e86b133803a9e68a39.tar.gz ghdl-dc8680d3b002df5dbc2c92e86b133803a9e68a39.tar.bz2 ghdl-dc8680d3b002df5dbc2c92e86b133803a9e68a39.zip |
Merge pull request #96 from Paebbels/paebbels/compile-libraries
Reworked standard libraries compile flow
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ea40cf1c5..a962850ed 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,30 @@ b~*.ad? *.v87 *.v93 *.v08 +*.cf + +testsuite/get_entities # Generated files on windows. +build/ dist/mcode/build/ dist/mcode/lib/ -testsuite/get_entities +# Generated directories on Linux +lib/ + +# Generated files on Linux +Makefile +config.status +default_pathes.ads +elf_arch.ads +ghdl.gpr +ghdl1-* +ghdl_llvm +grt-backtraces-impl.ads +grt-files +grt-files.in +grt.lst +libgrt.a +run-bind.adb +run-bind.ads |