]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/commitdiff
Add .gitignore, remove .hgeol and .hgignore.
authorRoger Light <roger@atchoo.org>
Mon, 17 Jun 2013 22:52:16 +0000 (23:52 +0100)
committerRoger Light <roger@atchoo.org>
Mon, 3 Feb 2014 21:16:19 +0000 (21:16 +0000)
.gitignore [new file with mode: 0644]
.hgeol [deleted file]
.hgignore [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ac5a382
--- /dev/null
@@ -0,0 +1,3 @@
+*.pyc
+build
+
diff --git a/.hgeol b/.hgeol
deleted file mode 100644 (file)
index 0ecd034..0000000
--- a/.hgeol
+++ /dev/null
@@ -1,14 +0,0 @@
-[patterns]
-**.c = native
-**.h = native
-**.pl = native
-**.py = native
-**.txt = native
-**.svg = native
-**.png = BIN
-**.xml = native
-**.nsi = native
-Makefile = LF
-config.mk = LF
-mosquitto.conf = native
-
diff --git a/.hgignore b/.hgignore
deleted file mode 100644 (file)
index 29fb122..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,38 +0,0 @@
-syntax: glob
-
-*.o
-*.exe
-*.db
-c/*.test
-cpp/*.test
-*.pyc
-
-client/mosquitto_pub
-client/mosquitto_sub
-examples/mysql_log/mosquitto_mysql_log
-examples/temperature_conversion/mqtt_temperature_conversion
-man/mosquitto.8
-man/mosquitto-tls.7
-man/mosquitto.conf.5
-man/libmosquitto.3
-man/mosquitto_passwd.1
-man/mosquitto_pub.1
-man/mosquitto_sub.1
-man/mqtt.7
-src/db_dump/mosquitto_db_dump
-src/mosquitto
-src/mosquitto_passwd
-test/broker/broker.pid
-test/test_client
-test/fake_user
-test/msgsps_pub
-test/msgsps_sub
-test/msgsps_pub.dat
-test/msgsps_sub.dat
-test/broker/c/auth_plugin.so
-
-lib/cpp/libmosquittopp.so*
-lib/libmosquitto.so*
-lib/libmosquitto.a
-
-build/