diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-08-27 00:55:38 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-08-27 00:55:38 -0400 |
commit | 96fc17b99d56eb636c894c5be9ab39bfdb4ba454 (patch) | |
tree | f558b185b55eddc83e9eb77a695b93290000a96e /.gitignore | |
download | deduper-96fc17b99d56eb636c894c5be9ab39bfdb4ba454.tar.xz |
Initial code dump.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d274a01 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build/ +old/ +doc_internal/ +util_internal/ |