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 | d88b76be5395127383be79ce227ee68cb5a03a86 (patch) | |
tree | 0eff86a74e8bec7e15067545f9f62a692231886c /computer-network-experiment/.gitignore | |
parent | 57531f9c32a06fdc1a5e80e88cbbc29d45a6982b (diff) | |
download | life-d88b76be5395127383be79ce227ee68cb5a03a86.tar.gz life-d88b76be5395127383be79ce227ee68cb5a03a86.tar.bz2 life-d88b76be5395127383be79ce227ee68cb5a03a86.zip |
Add cmake.
Diffstat (limited to 'computer-network-experiment/.gitignore')
-rw-r--r-- | computer-network-experiment/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/computer-network-experiment/.gitignore b/computer-network-experiment/.gitignore index 43561d4..502724c 100644 --- a/computer-network-experiment/.gitignore +++ b/computer-network-experiment/.gitignore @@ -1,2 +1,5 @@ *.exe
*.pdb
+.cache
+build
+compile_commands.json
\ No newline at end of file |