diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 12:10:15 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 12:10:15 +0200 |
commit | 637647fb068c6058d6ef08b0d8888d567f1b82fb (patch) | |
tree | 3130505025a65725d34bee8f30dfbdf92416a8e0 /.gitignore | |
parent | net: removed unused API (diff) | |
download | cimple-637647fb068c6058d6ef08b0d8888d567f1b82fb.tar.gz cimple-637647fb068c6058d6ef08b0d8888d567f1b82fb.zip |
add Makefile
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..0e03e15 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.build/ |