diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-26 00:05:14 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-26 00:05:14 +0200 |
commit | 173622e9e82b7c2b1c6f8146056661b2a6577735 (patch) | |
tree | 4d14127163d9621e7462a8fc25444552b5a80137 /.gitignore | |
download | sysc-playground-173622e9e82b7c2b1c6f8146056661b2a6577735.tar.gz sysc-playground-173622e9e82b7c2b1c6f8146056661b2a6577735.zip |
add some initial playground examples + scripts to build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bf9102 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.cache +BUILD +compile_commands.json +INSTALL +systemc |