diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 22:27:56 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 22:27:56 +0200 |
| commit | 4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a (patch) | |
| tree | 5b28d22c690e410be3379223d61989788bb3b56a /.gitignore | |
| parent | 4a44539963b92e18a31efa08bca2013824c5213f (diff) | |
| download | csharp-cmake-4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a.tar.gz csharp-cmake-4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a.zip | |
Add .gitignore, remove build/ from tracking
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |
