diff options
author | Jon Nordby <jononor@gmail.com> | 2025-05-14 19:05:34 +0200 |
---|---|---|
committer | Jon Nordby <jononor@gmail.com> | 2025-05-14 19:05:34 +0200 |
commit | 8b2563ef4764f93901d65fffc786ae1a9ae9774d (patch) | |
tree | aff67ec76fcd5a27c86e544047ea53cb25dd9470 /bindings/.gitignore | |
parent | 2f08a04e673c82cccd223a9beb6803e65a016653 (diff) |
bindings: Add a unified Makefile
Diffstat (limited to 'bindings/.gitignore')
-rw-r--r-- | bindings/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/.gitignore b/bindings/.gitignore index 140f8cf..7b22e56 100644 --- a/bindings/.gitignore +++ b/bindings/.gitignore @@ -1 +1,4 @@ *.so + +build/ +obj_dir/ |