# ignore objects and archives, anywhere in the tree.
*.[oa]

# ignore generated html files,
*.html

# except foo.html which is maintained by hand
!foo.html

# exclude everything except directory foo/bar
/*
!/foo
/foo/*
!/foo/bar
