diff options
author | Preston Pan <preston@nullring.xyz> | 2023-01-06 14:16:47 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-01-06 14:16:47 -0800 |
commit | bbbc9f428b7226f1ddac1a78af63e71a96c0b90f (patch) | |
tree | 6cbafd401afd6c9fec326760bf96d605c87dfd1e /.gitignore | |
parent | 9083582a5d3bfc8fae859b2ce124d86ad7420dcc (diff) |
add support for reading from file; some other stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1 +1,3 @@ -src/a.out +nxs +diffs/** +hash_table_new.c |