# Ignore perforce files
*p4ignore*
*p4config*
*p4enviro*
# Ignore object files, shared libraries, executables
*.dll
*.so
*.exe
*.o
# Ignore files ending with tilde or hash
*~
*[#]*[#]
*[#]*
# Ignoge Matlab autosave
*.asv
# Ignore temporary LaTeX files
*.aux
*.log
*.nav
*.out
*.snm
*.toc
*.vrb
*.synctex.gz
# Ignore temporary Python files
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore Dropbox files
.dropbox
# Ignore git and svn files
.git
.svn
# |
Change |
User |
Description |
Committed |
|
#2
|
4788 |
tsal |
Adding svn and git to ignore command, and adjusting perforce config files to more generic matches |
|
|
#1
|
4784 |
tsal |
Adding template ignore file |
|
|