-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
34 lines (25 loc) · 819 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
##-----------------------
# Specify Files to be ignored by git
##-----------------------
#OSX/UNIX/LINUX Matlab Autosaves
**.m~
#Windows Matlab Autosaves
**.asv
#EMACS Autosaves
\#*#
**~
#Excel Autosaves
~$*.xls*
#OSX Directory Stuff
**.DS_Store
#Cluster Directory. Note ignoring the whole thing saves lots of clutter.
# Occasionally there may be files in it worth holding on to.
# In this case they should be moved into the main directory.
Cluster/
# This one is more iffy, but the Fields can in principle be regenerated.
Fields/
#The autosave feature predates version control, and should be unnecessary
# moving forward. It will still be useful while working locally.
autosaves/
#Fields Directory. No need to save generated .mat files, as this can occur in a few minutes time at a given location
Fields/*.mat