diff options
author | Dan Winship <danw@src.gnome.org> | 2009-01-05 14:56:55 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2009-01-05 14:56:55 +0000 |
commit | b9cf1ed275340c85bc80cf78931171a508aac5ba (patch) | |
tree | a9c777a76e6dd0ec949a882ff1af9536e4bac2b1 /tests | |
parent | e665fb822e50cfba7a8d4250dcbaf41cd01acaf4 (diff) |
update
* glib/tests/.gitignore: update
* tests/.gitignore: update, sort
* tests/gobject/.gitignore: add
svn path=/trunk/; revision=7772
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 63 | ||||
-rw-r--r-- | tests/gobject/.gitignore | 12 |
2 files changed, 70 insertions, 5 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index f6d4a606c..0b37c5e85 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,21 +1,74 @@ -errorcheck-mutex-test -deftype -testmarshal.c -testmarshal.h +asyncqueue-test +atomic-test +base64-test +bit-test +bookmarkfile-test +checksum-test +child-test closures +collate.out +completion-test +convert-test +cxx-test +date-test +deftype +dirname-test +env-test +errorcheck-mutex-test +file-test +file-test-get-contents +gio-test +hash-test +iochannel-test +iochannel-test-outfile +list-test +mainloop-test +mapchild +mapping-test +maptest +markup-collect +markup-escape-test +markup-test +module-test +node-test objects objects2 +onceinit +patterntest properties properties2 +qsort-test +queue-test +regex-test +relation-test +scannerapi +sequence-test +shell-test signal1 signal2 signal3 -scannerapi +slice-color +slice-concurrent +slice-test +slice-threadinit +slist-test +spawn-test testgdate testgdateparser testglib testingbase64 +testmarshal.c +testmarshal.h +thread-test +threadpool-test timeloop timeloop-closure +tree-test +type-test +unicode-caseconv unicode-collate +unicode-encoding unicode-normalize +uri-test +utf8-pointer +utf8-validate diff --git a/tests/gobject/.gitignore b/tests/gobject/.gitignore new file mode 100644 index 000000000..57819017a --- /dev/null +++ b/tests/gobject/.gitignore @@ -0,0 +1,12 @@ +accumulator +defaultiface +dynamictype +gvalue-test +ifacecheck +ifaceinherit +ifaceinit +ifaceproperties +override +paramspec-test +references +singleton |