diff options
author | Andinus <andinus@nand.sh> | 2021-11-03 21:11:09 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-03 21:11:09 +0530 |
commit | 03919ea02fe91e3742aa8c3805edb9c0f9883fda (patch) | |
tree | e36c4edde6f651e8259457ddeb1c6a1e9aad7c67 /.gitignore | |
parent | 74fa056d77235a3a5f7baec1367db590e74e0fd7 (diff) | |
download | fornax-03919ea02fe91e3742aa8c3805edb9c0f9883fda.tar.gz |
Add sample DFS solution
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ee57f83..f018cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .precomp output/ .log -*.fornax |