diff options
author | Ross Burton <ross@linux.intel.com> | 2011-04-13 16:50:59 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2011-04-13 16:50:59 +0100 |
commit | d7393d28345d98e39ec5497926a334f5a9b187ac (patch) | |
tree | 6b6391c8db868b6d61bc23401a9e4fe60bf1a6cf | |
parent | 5eea445286314730a86c01dd31700512f56275d5 (diff) |
Update .gitignore
-rw-r--r-- | .gitignore | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -28,33 +28,36 @@ libtool ltmain.sh missing stamp-h1 -docs/reference/rest*/html/ -docs/reference/rest*/xml/ docs/reference/rest*/*-decl*.txt -docs/reference/rest*/*.stamp +docs/reference/rest*/*-overrides.txt docs/reference/rest*/*-undeclared.txt -docs/reference/rest*/*-unused.txt docs/reference/rest*/*-undocumented.txt +docs/reference/rest*/*-unused.txt docs/reference/rest*/*.args docs/reference/rest*/*.hierarchy docs/reference/rest*/*.interfaces docs/reference/rest*/*.prerequisites docs/reference/rest*/*.signals -docs/reference/rest*/*-overrides.txt -examples/test-raw -examples/test-xml +docs/reference/rest*/*.stamp +docs/reference/rest*/html/ +docs/reference/rest*/xml/ +examples/continuous-twitter examples/dump-xml -examples/get-flickr-favorites -examples/post-twitter examples/get-fireeagle-location +examples/get-flickr-favorites examples/lastfm-shout -rest/test-runner +examples/post-twitter +examples/test-raw +examples/test-xml rest-extras/test-runner +rest/test-runner +tests/custom-serialize +tests/flickr +tests/lastfm tests/oauth tests/oauth-async tests/oauth2 tests/proxy tests/proxy-continuous -tests/flickr tests/threaded -tests/lastfm +tests/xml |