Currently I have a file that is setup to serve most purposes. If I want to sync my images for example I just comment out the line that starts with *.png ("*.png). On a daily base I only need .htm and .asp files when I'm synching.
Here's my current ignore list:
Code: Select all
*_vti_*; dwsync.xml; *.drf; _notes; _private; desktop.ini; thumbs.db
*.doc; *.pdf; *.xls; *.ppt;
*.png; *.gif; *.jpg; *.bmp
*.mpg; *.avi; *.wmv; *.mov; *.mp4
*.swf; *.flv
*.psd; *.ai; *.tif
*.zip; *.rar
calendar\; recreation\; wordpress\
Code: Select all
*.*|.htm .asp
I would think it should be possible, but I'm feeling a little dense.
