.hgignore

changeset 2
fd09fe5d6f21
parent 0
d26705c3ba8a
child 3
ead02cbb7b10
equal deleted inserted replaced
0:641d1fb0f97f 1:7ec29fea6eef
1 syntax: glob 1 syntax: glob
2 *.orig 2 *.orig
3 *.rej 3 *.rej
4 *.swp
4 *.o 5 *.o
5 *~ 6 *~
6 7
7 # custom types 8 # custom types
8 *.au 9 *.au
16 *.ts 17 *.ts
17 *.wav 18 *.wav
18 *.webm 19 *.webm
19 20
20 # custom paths 21 # custom paths
22 proto
21 scratch 23 scratch
22 videos/*.png 24 videos/*.png
23 videos/*.pdf 25 videos/*.pdf
24 26
25 # files too big and unimportant to track 27 # files too big and unimportant to track
26 graphics/ubudesktop.xcf 28 graphics/ubudesktop.xcf
27 29
30 # versioned generated files
31 docs/procomexsum-1.0.txt
32
28 syntax: regexp 33 syntax: regexp
29 .*\#.*\#$ 34 .*\#.*\#$
30 35
31 # ignore all but text or sav (saved not forgotton) extensions 36 # ignore all but text or sav (saved not forgotton) extensions
32 docs/(?!.*\.sav$|.*\.txt$).+ 37 docs/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+
33 38
34 # ignore all but most important design files 39 # ignore all but most important design files
35 design/(?!.*\.graffle$).+ 40 design/(?!.*\.graffle$).+
36 41
37 # ignore all but lightweight vectors and import gimp sources 42 # ignore all but lightweight vectors and import gimp sources

mercurial