diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-08-01 09:57:25 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-08-01 09:57:25 +0800 |
commit | 8204b0f052da31f6ba9d6165f1e1cc9b27c6909f (patch) | |
tree | 01c4c9662f210d29ed282e4478a6c12fe9371943 /.gitignore | |
parent | 02090f361e631a014a3e2d35cb25229ad0f0b843 (diff) |
Instructions on how to build on some platforms
plus the ignored build directory if following the instructions.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 80eca667df..afee974c89 100755 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ # Specific paths and/or names LICENSES +build/ build-darwin-* build-linux-* debian/files |