diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-04-21 16:48:12 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-04-21 16:48:12 -0400 |
commit | ae61e8123c0e83648c238b78e19131049c5196b3 (patch) | |
tree | 3231b8de9e3e5e8f826697c79e21ccf88b966dfb /.gitignore | |
parent | 2b17c24820c86f4f49c3b89d5f6097a3bdb21601 (diff) | |
download | whatami-ae61e8123c0e83648c238b78e19131049c5196b3.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3aff03 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +cmake-build-* +build |