diff options
author | Guangxiong Lin <[email protected]> | 2022-12-01 15:45:18 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-12-01 15:45:18 +0800 |
commit | 5626ba1525179d634676a347b5cd869cc3266090 (patch) | |
tree | b6eb244db5070e7b140bafa36241d2bbbae01845 /.gitignore | |
download | tinyserver-5626ba1525179d634676a347b5cd869cc3266090.tar.gz tinyserver-5626ba1525179d634676a347b5cd869cc3266090.tar.bz2 tinyserver-5626ba1525179d634676a347b5cd869cc3266090.zip |
First commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5761abc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.o |