diff options
| author | Adam T. Carpenter <Commodore@chunkybluegiant> | 2025-04-26 23:57:07 -0400 |
|---|---|---|
| committer | Adam T. Carpenter <Commodore@chunkybluegiant> | 2025-04-26 23:57:07 -0400 |
| commit | 0976b24cad90547fec8a1252f7e962b13d711501 (patch) | |
| tree | 853950c605e5c10d52ccd00b52bf8553c923fe3b /.gitignore | |
| download | ttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.tar.xz ttt-c64-0976b24cad90547fec8a1252f7e962b13d711501.zip | |
solver and prompter
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b881cb0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# git ignores +*~ +build +.vscode/c_cpp_properties.json +.vscode/settings.json |