summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-08-10 19:59:56 -0500
committerGary Kramlich <grim@reaperworld.com>2020-08-10 19:59:56 -0500
commit943018e236b4e910c9942d3cca3ccd19d73005bc (patch)
treed6021c75136670adb785ae29442ae9ed2cdc5a7a /.hgignore
parent2f5ab4b1ff6fa43f9c1d4454cf2100a83fed817b (diff)
downloadpidgin-943018e236b4e910c9942d3cca3ccd19d73005bc.tar.gz
fix some issues that were identified while working on a flatpak build
Fix some issues that were discovered while working on a flatpak Testing Done: built a flatpak (that'll be a separate review request) and ran into some issues.. First was bonjour_ft wouldn't build, not sure how/why that isn't happening elsewhere.. but whatever.. Next was the network monitor stuff I moved us to way back in december of 2015 works, but under flatpak the network is initially unavailable but then becomes available. A bunch of our code was __only__ checking network availability at startup and then not listening for changes later. This code is really gross right now, but a lot of it is going to need some major refactoring where as this effort was just to get this going right now. Reviewed at https://reviews.imfreedom.org/r/66/
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index b7f116c71b..26b92bf3a5 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,7 @@
syntax: glob
.*.swp
.DS_Store
+.flatpak-builder
*.pyc
*~
\#*\#