Skip to content
Snippets Groups Projects
Commit c4fa0619 authored by Jacob Smith's avatar Jacob Smith
Browse files

added ignore file

parent ba4c2b53
No related branches found
No related tags found
No related merge requests found
# Can ignore specific files
.DS_Store
# Use wildcards as well
*~
*.mat
*.pyc
*.prn
*.aux
*.log
*.dvi
*.maf
*.mtc
*.mtc0
*.synctex.gz
*.dat
*.eps
*.ps
*.pdf
*.npy
*.o
# Can also ignore all directories and files in a directory.
# tmp/**/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment