diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d2587ec49c..cf76d037e4 100755 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.depend *.stamp *.rc +*.pkg.tar.zst *~ @@ -20,7 +21,7 @@ CMakeCache.txt cmake_install.cmake LICENSES -build/ +pkg/ build-darwin-* build-freebsd-* build-linux-* @@ -94,3 +95,6 @@ web/secondlife.com.* .env .vscode +.BUILDINFO +.MTREE +.PKGINFO |