diff options
author | rtk0c <[email protected]> | 2022-06-28 15:39:26 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-28 15:39:26 -0700 |
commit | d77b11b20dcd9e6c5adbc541f29bf5cdde9db1d0 (patch) | |
tree | 94a7735912875b79445e89e5ab1ba112f8338ee3 /.gitignore | |
parent | 8f0dda5eab181b0f14f2652b4e984aaaae3f258c (diff) |
Initial QtQuick project
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..5d9d765 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea/ +build/ +cache/ +CMakeLists.txt.user +compile_commands.json |