From 9b2ba63671a91e9502116feef7ca30fceb6027ea Mon Sep 17 00:00:00 2001 From: Roger Light Date: Mon, 17 Jun 2013 23:52:16 +0100 Subject: [PATCH] Add .gitignore, remove .hgeol and .hgignore. --- .gitignore | 3 +++ .hgeol | 14 -------------- .hgignore | 38 -------------------------------------- 3 files changed, 3 insertions(+), 52 deletions(-) create mode 100644 .gitignore delete mode 100644 .hgeol delete mode 100644 .hgignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac5a382 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +build + diff --git a/.hgeol b/.hgeol deleted file mode 100644 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 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/ -- 2.39.5