diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-01 13:31:38 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-01 13:31:38 -0400 |
| commit | 6338ac827b15787a0d83136eac9d681588f07f9a (patch) | |
| tree | f808100cd52e54c632b31b8a42f3bdb703f3d31a /.gitignore | |
| download | libmap-6338ac827b15787a0d83136eac9d681588f07f9a.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..f9ed49a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +bin/* +build/* +lib/* |