Mercurial > hg > map
comparison .gitignore @ 5:ded8411bbd19
Ignoring correctly
author | Ray Meddis <rmeddis@essex.ac.uk> |
---|---|
date | Fri, 27 May 2011 13:56:21 +0100 |
parents | 9005658f50d9 |
children | f9d6a0bcfacf |
comparison
equal
deleted
inserted
replaced
4:9005658f50d9 | 5:ded8411bbd19 |
---|---|
1 # ignore windows autosaves | 1 # ignore windows autosaves |
2 *.asv | 2 *.asv |
3 | 3 |
4 # ignore mac autosaves | 4 # ignore mac autosaves |
5 *~ | 5 *~ |
6 | 6 |
7 # ignore MSword | 7 # ignore MSword |
8 *.doc | 8 *.doc |
9 *.docx | 9 *.docx |
10 | 10 |
11 # Mac OS dir file | 11 # Mac OS dir file |
12 *.DS_Store | 12 *.DS_Store |
13 | |
14 # We probably should not redistribute 3rd party USB drivers | |
15 */CedrusUSB/* |