diff options
| author | rtk0c <[email protected]> | 2025-04-21 14:35:44 -0700 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-04-21 14:35:44 -0700 |
| commit | 75585f4fb6f312195a47b16224d45e671858dac7 (patch) | |
| tree | 3076d8560c74fc3df2178393e796f01459ed731e /.gitignore | |
| parent | 61db693beadde269b74656d5bed8472c3114b6d3 (diff) | |
Initial xmake C++ project
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffe45c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/.local + +/.xmake +/.vs +/vs* +/build + +# MacOS +.DS_Store |
