view .hgignore @ 87:604fa1feb76a

Added jface snippet040, thanks to yidabu. It still has compile problems, that need further examination.
author Frank Benoit <benoit@tionex.de>
date Mon, 19 May 2008 13:56:25 +0200
parents 9c2803aea121
children bf8adb3de664
line wrap: on
line source

syntax: glob

*.a
*.swp
*.map
*.exe
*.bak
*.rf

syntax: regexp
^build.sh$

^dsss_objs
^dsss.last
^dsss_imports

^jface/dsss_objs
^jface/dsss.last
^jface/dsss_imports

^examples/dsss_objs
^examples/dsss.last
^examples/dsss_imports

^snippets/dsss_objs
^snippets/dsss.last
^snippets/dsss_imports

^examples/simple$
^examples/helloworld/HelloWorld[0-9]$
^examples/addressbook/AddressBook$
^examples/clipboard/ClipboardExample$
^examples/controlexample/ControlExample$
^examples/controlexample/CustomControlExample$
^examples/texteditor/TextEditor$
^snippets/.*/Snippet[0-9]*$
^user/torhu_synctest$
^user/drawingboard/DrawingBoard$
^user/dragdrop/texttolabel$

^jface/ActionAndStatusbar$
^jface/FileTreeViewer$
^jface/ShowPrefs$
^jface/ShowFieldPrefs$
^jface/Librarian$