diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-09-30 11:48:20 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-09-30 11:48:20 +0800 |
commit | f7873910039b45b4426172cea1f0db3f79f349c5 (patch) | |
tree | 85ef3c36ed31ba135a012014bf26fc004ccca31d /.gitignore | |
parent | e6165435ab48673612bf8896d68bcd2543176692 (diff) |
Windows configuration, with MSYS2 in MinGW for now
Also simplify CMake-based dependency projects, the parameters that
have been set for the viewer seem to have been implied all this time
for the subprojects.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7a5f16d539..d2587ec49c 100755 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ build/ build-darwin-* build-freebsd-* build-linux-* +build-mingw-* debian/files debian/secondlife-appearance-utility* debian/secondlife-viewer* |