commit | 254b33c19f9fa618812819c92d6320589faba220 | [log] [tgz] |
---|---|---|
author | Tim Van Patten <timvp@google.com> | Fri Oct 11 12:29:48 2024 -0600 |
committer | Tim Van Patten <timvp@google.com> | Mon Oct 14 12:32:10 2024 -0600 |
tree | 4ed436e4bb850d8dec5acb45cb0c62cc00c2c1b8 | |
parent | 7aff49bb901652a8f1cc806b06de8e7f86bfc6b6 [diff] |
Add .gitignore Add .gitignore file, so git commands ignore the following: * .out/ (Build directory) * .vscode/ (Visual Studio Code) * .idea/ (Intellij) Signed-off-by: Tim Van Patten <timvp@google.com>
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f58f7a3 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,3 @@ +.out/ +.vscode/ +.idea/