diff --git a/.gitignore b/.gitignore index 7a92f6157..cdfd08e2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,12 @@ # dot files and such -.vscode/ +./ +!.gitignore # data files data/ # .bin files generated by Python -gpt2_124M.bin -gpt2_124M_debug_state.bin -gpt2_tokenizer.bin +*.bin # binaries test_gpt2 @@ -21,4 +20,4 @@ dev/cuda/adamw dev/cuda/matmul_backward_bias # log files -*.log \ No newline at end of file +*.log