diff options
author | Gary Kramlich <grim@reaperworld.com> | 2021-10-18 01:36:58 -0500 |
---|---|---|
committer | Gary Kramlich <grim@reaperworld.com> | 2021-10-18 01:36:58 -0500 |
commit | f848c4755b00ce7b4c7be7cd57e5289d52bfb84a (patch) | |
tree | 21d6f046b9ea8d066abf6cf18d5953518aa49158 /.hgignore | |
parent | 955c33e71950f994c37f770f14d7cbb6f47490cf (diff) | |
download | pidgin-f848c4755b00ce7b4c7be7cd57e5289d52bfb84a.tar.gz |
Add gi-docgen as a subproject so we can convert the documentation to it
Testing Done:
Just compiled and verified that our `.wrap` file didn't get overwritten by a `wrap-file` from gplugin.
Reviewed at https://reviews.imfreedom.org/r/1055/
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,9 +5,9 @@ syntax: glob *.pyc *~ \#*\# -subprojects/*/ syntax: regexp ^build(.+)?\/ win32-install-dir(\.release)? po\/pidgin\.pot$ +^subprojects\/.+\/ |