mirror of
https://github.com/karpathy/llm.c.git
synced 2026-07-28 20:35:09 -04:00
if / specified git doesn't ignore softlinks to subdirectories
This commit is contained in:
parent
819df1cd0f
commit
bcddcd6587
1 changed files with 3 additions and 5 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,14 +1,12 @@
|
|||
# dot files and such
|
||||
.vscode/
|
||||
.venv/
|
||||
.vscode
|
||||
.venv
|
||||
|
||||
# data files
|
||||
data/
|
||||
|
||||
# .bin files generated by Python
|
||||
gpt2_124M.bin
|
||||
gpt2_124M_debug_state.bin
|
||||
gpt2_tokenizer.bin
|
||||
*.bin
|
||||
|
||||
# binaries
|
||||
test_gpt2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue