diff options
author | pommicket <pommicket@gmail.com> | 2025-09-10 15:26:05 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-10 15:26:05 -0400 |
commit | be7b1a115b97dc543d0840d10d2d443ab066ce5b (patch) | |
tree | 2ba025519ed804e724e8fb45fe322ceb3ee47856 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..caa3880 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/doc +/build* +/debug +/release |