Added gitignore for pdf files

This commit is contained in:
G2-Games 2024-09-16 12:32:58 -05:00
parent 9be4a56823
commit 6ab957c243

3
.gitignore vendored
View file

@ -9,7 +9,8 @@ Cargo.lock
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk
# Ignore text files # Ignore documentation and stuff
*.pdf
*.txt *.txt
# Ignore testing files # Ignore testing files