Update repository settings to ignore shell scripts

This commit is contained in:
Themis Demetriades
2024-10-15 17:00:02 +01:00
parent 163b7f9016
commit c32a69a368

3
.gitignore vendored
View File

@@ -4,6 +4,9 @@
#ignore pdf files (just keep source files)
*.pdf
#ignore shell scripts (only used for testing)
*.sh
#ignore junk files from latex output
*.out
*.log