mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-04-19 10:22:16 +03:00
107 lines
1.5 KiB
Plaintext
107 lines
1.5 KiB
Plaintext
# .gitignore
|
|
*.db
|
|
*.gcda
|
|
*.gcno
|
|
*.exe
|
|
*.o
|
|
*.old
|
|
*.pyc
|
|
*.so
|
|
*.vglog
|
|
callgrind.out.*
|
|
dhat.out.*
|
|
massif.out.*
|
|
vglog*
|
|
|
|
c/*.test
|
|
cpp/*.test
|
|
|
|
apps/db_dump/mosquitto_db_dump
|
|
apps/mosquitto_ctrl/mosquitto_ctrl
|
|
apps/mosquitto_passwd/mosquitto_passwd
|
|
|
|
build/
|
|
build64/
|
|
|
|
client/mosquitto_pub
|
|
client/mosquitto_rr
|
|
client/mosquitto_sub
|
|
client/testing
|
|
client/testing.c
|
|
|
|
cov-int/
|
|
|
|
dist/
|
|
|
|
docker/local/mosq.tar.gz
|
|
|
|
examples/mysql_log/mosquitto_mysql_log
|
|
examples/temperature_conversion/mqtt_temperature_conversion
|
|
|
|
lib/cpp/libmosquittopp.so*
|
|
lib/cpp/libmosquittopp.a
|
|
lib/libmosquitto.so*
|
|
lib/libmosquitto.a
|
|
|
|
man/mosquitto.8
|
|
man/mosquitto-tls.7
|
|
man/mosquitto.conf.5
|
|
man/libmosquitto.3
|
|
man/mosquitto_ctrl.1
|
|
man/mosquitto_ctrl_dynsec.1
|
|
man/mosquitto_passwd.1
|
|
man/mosquitto_pub.1
|
|
man/mosquitto_rr.1
|
|
man/mosquitto_sub.1
|
|
man/mqtt.7
|
|
|
|
out/
|
|
|
|
src/mosquitto
|
|
|
|
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
|
|
test/broker/c/*.test
|
|
|
|
test/ssl/*.csr
|
|
test/ssl/rootCA/
|
|
test/ssl/signingCA/
|
|
|
|
test/lib/c/*.test
|
|
test/lib/cpp/*.test
|
|
|
|
test/unit/bridge_topic_test
|
|
test/unit/coverage.info
|
|
test/unit/mosq_test
|
|
test/unit/persist_read_test
|
|
test/unit/persist_write_test
|
|
test/unit/subs_test
|
|
test/unit/tls_test
|
|
test/unit/out/
|
|
|
|
www/cache/
|
|
__pycache__
|
|
|
|
# Debian generated files
|
|
debian/.debhelper/
|
|
debian/debhelper-build-stamp
|
|
debian/files
|
|
debian/*.log
|
|
debian/*.substvars
|
|
debian/*mosquitto*/
|
|
debian/*.debhelper
|
|
debian/tmp/
|
|
obj-*/
|
|
|
|
# Emacs generated files
|
|
*~
|
|
|
|
# Others
|
|
tmp/
|