diff options
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 80e8eae..108e437 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ +.*/ build/ -.direnv/ -.idea -.vscode -input.csk \ No newline at end of file +input* +output* |
