diff options
author | crupest <crupest@outlook.com> | 2021-06-06 16:57:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-06 16:57:08 +0800 |
commit | 346239e144b0644ed2d1a6ec3dc9f29d1e802eae (patch) | |
tree | 005372cd914951cfa9e303d90ec10fd9a1f91c99 /works/life/computer-network-experiment/.gitignore | |
parent | baada7b0b03a0fd3bab6ccf996515c7dd7bd71af (diff) | |
download | crupest-346239e144b0644ed2d1a6ec3dc9f29d1e802eae.tar.gz crupest-346239e144b0644ed2d1a6ec3dc9f29d1e802eae.tar.bz2 crupest-346239e144b0644ed2d1a6ec3dc9f29d1e802eae.zip |
import(life): Add cmake.
Diffstat (limited to 'works/life/computer-network-experiment/.gitignore')
-rw-r--r-- | works/life/computer-network-experiment/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/works/life/computer-network-experiment/.gitignore b/works/life/computer-network-experiment/.gitignore index 43561d4..502724c 100644 --- a/works/life/computer-network-experiment/.gitignore +++ b/works/life/computer-network-experiment/.gitignore @@ -1,2 +1,5 @@ *.exe
*.pdb
+.cache
+build
+compile_commands.json
\ No newline at end of file |