diff options
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7edc5e9..11e8123 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,9 @@ # Object files and libraries *.o *.a + +# Target binaries +btpd/btpd +cli/btcli +info/btinfo + |