diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-22 00:21:32 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-22 00:22:11 +0200 |
| commit | ac7c7302ef096f664f5b3ab9f1fe407b93f2d115 (patch) | |
| tree | b5aa51957fe35daddbc35a2b5d9b9001c7c0c144 | |
| parent | 3d21700fd487013faa3708ed56b8c243aac284f6 (diff) | |
fixup! Add Observers, useful class for notifying listeners
Add missing git ignore
| -rw-r--r-- | test/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/.gitignore b/test/.gitignore index 3876425..b102ce1 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -5,4 +5,6 @@ /test-paths /test-strings /test-url -/test-xdg
\ No newline at end of file +/test-xdg +/test-xdg +/test-observers |
