diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-10-05 20:39:29 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-10-05 20:39:29 +0200 |
commit | 1dc7ae40402166d320b8b5ff309477ed3c236407 (patch) | |
tree | 72d92bbc8a6373ecdda7bc67086878ab4b4bca3a /.gitignore | |
parent | 95be5cecfb9ed0b5db682b4d1fec649a87eff14c (diff) | |
download | ghdl-1dc7ae40402166d320b8b5ff309477ed3c236407.tar.gz ghdl-1dc7ae40402166d320b8b5ff309477ed3c236407.tar.bz2 ghdl-1dc7ae40402166d320b8b5ff309477ed3c236407.zip |
.gitignore: add .pyc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 36718c76b..fb50d3520 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ b~*.ad? *.v08 *.cf .gdb_history +*.pyc testsuite/get_entities |