diff options
author | Ren Kararou <[email protected]> | 2025-01-26 03:41:25 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2025-01-26 03:41:25 -0600 |
commit | 1bcf3de7f521d83185cce580db2dea6d50a617b6 (patch) | |
tree | c06850c6c0df9bdc9ca395ecc9ebe67b7c9dfb86 /.gitignore | |
parent | 9ec8d6d9dc03791f6ab1e3ad108c8d705d355696 (diff) | |
download | nbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.tar.gz nbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.tar.bz2 nbtpd-1bcf3de7f521d83185cce580db2dea6d50a617b6.zip |
try bazel bazel
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a7b2d8c..937adb3 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,8 @@ dbg/ *.so *.pch nbtpd +!nbtpd/ a.out + +# bazel +bazel-* |