diff options
| author | Fuwn <[email protected]> | 2022-06-01 12:15:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-01 12:15:18 -0700 |
| commit | dfe06c0de4d07ff0dc770e9a0819f94b1e660ae9 (patch) | |
| tree | fa4554180923ea47b9618b3ad3d04f6183a12104 /.gitignore | |
| download | cs162-main.tar.xz cs162-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..858068a --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Bazel +bazel-* + +# CMake +cmake-* + +# CLion +.idea + +# Visual Studio Code +.vscode |