mosquitto/.gitignore

87 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-10-03 10:29:57 +00:00
*.db
*.gcda
*.gcno
*.exe
2014-05-07 22:27:00 +00:00
*.o
2018-10-03 10:29:57 +00:00
*.old
*.pyc
2018-08-01 20:36:58 +00:00
*.so
2018-10-03 10:29:57 +00:00
*.vglog
2019-04-11 18:33:48 +00:00
callgrind.out.*
dhat.out.*
2019-01-08 14:26:24 +00:00
massif.out.*
vglog*
2018-10-03 10:29:57 +00:00
2014-05-07 22:27:00 +00:00
c/*.test
cpp/*.test
2020-10-12 23:07:28 +00:00
apps/db_dump/mosquitto_db_dump
2020-09-23 21:59:31 +00:00
apps/mosquitto_ctrl/mosquitto_ctrl
2020-10-12 12:45:37 +00:00
apps/mosquitto_passwd/mosquitto_passwd
2018-08-08 21:43:14 +00:00
build/
2014-05-07 22:27:00 +00:00
client/mosquitto_pub
client/mosquitto_rr
2014-05-07 22:27:00 +00:00
client/mosquitto_sub
client/testing
client/testing.c
2018-08-08 21:43:14 +00:00
cov-int/
2018-08-08 21:43:14 +00:00
dist/
docker/local/mosq.tar.gz
2014-05-07 22:27:00 +00:00
examples/mysql_log/mosquitto_mysql_log
examples/temperature_conversion/mqtt_temperature_conversion
2018-08-08 21:43:14 +00:00
lib/cpp/libmosquittopp.so*
lib/cpp/libmosquittopp.a
lib/libmosquitto.so*
lib/libmosquitto.a
2014-05-07 22:27:00 +00:00
man/mosquitto.8
man/mosquitto-tls.7
man/mosquitto.conf.5
man/libmosquitto.3
2020-09-23 21:59:31 +00:00
man/mosquitto_ctrl.1
man/mosquitto_ctrl_dynsec.1
2014-05-07 22:27:00 +00:00
man/mosquitto_passwd.1
man/mosquitto_pub.1
man/mosquitto_rr.1
2014-05-07 22:27:00 +00:00
man/mosquitto_sub.1
man/mqtt.7
2018-08-08 21:43:14 +00:00
2019-02-25 22:28:51 +00:00
out/
2014-05-07 22:27:00 +00:00
src/mosquitto
2018-08-08 21:43:14 +00:00
2014-05-07 22:27:00 +00:00
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
2016-03-19 21:29:48 +00:00
test/broker/c/*.test
2014-05-07 22:27:00 +00:00
test/ssl/*.csr
2019-09-05 14:23:53 +00:00
test/ssl/rootCA/
test/ssl/signingCA/
2014-05-07 22:27:00 +00:00
test/lib/c/*.test
test/lib/cpp/*.test
test/unit/bridge_topic_test
2018-10-03 10:29:57 +00:00
test/unit/coverage.info
test/unit/mosq_test
test/unit/persist_read_test
2019-03-19 14:25:40 +00:00
test/unit/persist_write_test
test/unit/subs_test
test/unit/out/
2018-10-03 10:29:57 +00:00
2018-08-08 21:43:14 +00:00
www/cache/
__pycache__