Wed, 13 Aug 2014 21:01:00 +0200
Write logs and output to temp until a configuration variable exists.
michael@0 | 1 | syntax: glob |
michael@0 | 2 | *.orig |
michael@0 | 3 | *.rej |
michael@0 | 4 | *.swp |
michael@0 | 5 | *.o |
michael@0 | 6 | *~ |
michael@0 | 7 | |
michael@0 | 8 | # custom paths |
michael@0 | 9 | old |
michael@0 | 10 | proto |
michael@2 | 11 | node_modules |
michael@0 | 12 | |
michael@0 | 13 | # files too big to track |
michael@0 | 14 | graphics/ubudesktop.xcf |
michael@0 | 15 | |
michael@0 | 16 | syntax: regexp |
michael@0 | 17 | .*\#.*\#$ |
michael@0 | 18 | |
michael@0 | 19 | # ignore all but text or sav (saved not forgotton) extensions |
michael@0 | 20 | doc/(?!.*\.sav$|.*\.txt$|.*\.f?odt$).+ |
michael@0 | 21 | |
michael@0 | 22 | # ignore all but most important design files |
michael@0 | 23 | design/(?!.*\.graffle$).+ |