llm.c
llm.c copied to clipboard
Added the .gitignore file.
- This will help in keeping the working tree clean.
- All the .bin files and the /data/ folder have been added to gitignore.
Fixes https://github.com/karpathy/llm.c/issues/43
Athough I realise this is not a necessary thing to do, and we can mostly ignore this, it helps in keeping a clean working directory. I have tried to keep only the basic things in the .gitignore file.
What do you think about adding entries for commonly ignored files? Something along the lines of this.
What do you think about adding entries for commonly ignored files? Something along the lines of this.
This looks good, but I prefer to keep a small gitignore file, and improve upon it as the project matures.