diff options
author | Aki <please@ignore.pl> | 2024-11-07 18:30:16 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-11-07 18:35:55 +0100 |
commit | d4dd6baae7ec7d4c02d978762cf4dd99b83ec04a (patch) | |
tree | 440dd4a098260a556a7f0a1f5edab46d36af43f5 /.gitignore | |
parent | 2eee005702d1be7e0391399f203cdbd9d7d5a42a (diff) | |
download | noita-eyes-d4dd6baae7ec7d4c02d978762cf4dd99b83ec04a.zip noita-eyes-d4dd6baae7ec7d4c02d978762cf4dd99b83ec04a.tar.gz noita-eyes-d4dd6baae7ec7d4c02d978762cf4dd99b83ec04a.tar.bz2 |
Dump automaton to a graphviz digraph
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b38f805 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.dot +*.png |