diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-02 20:29:46 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-02 20:29:46 +0100 |
commit | 30e2f2436fb1bdc688101e97f65ec1cf49ddb35d (patch) | |
tree | dcd31c2c405b55a9c301f89eda71434e1c3e6a31 /.gitignore | |
download | threshold-30e2f2436fb1bdc688101e97f65ec1cf49ddb35d.tar.gz threshold-30e2f2436fb1bdc688101e97f65ec1cf49ddb35d.tar.bz2 threshold-30e2f2436fb1bdc688101e97f65ec1cf49ddb35d.tar.xz threshold-30e2f2436fb1bdc688101e97f65ec1cf49ddb35d.tar.zst threshold-30e2f2436fb1bdc688101e97f65ec1cf49ddb35d.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76e6b32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +.idea +*.log +tmp/ + + +.ccls* +build* |