diff options
-rw-r--r-- | bin/.gitignore | 1 | ||||
-rw-r--r-- | src/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index dfaa6d36644..aa4577e915d 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -6,3 +6,4 @@ install-sh ylwrap compile ar-lib +/test-driver diff --git a/src/.gitignore b/src/.gitignore index 5fc607b9e2f..ddfb4058659 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,3 @@ /Makefile +*.trs +*.log |