premiere-libtorrent/.gitignore

88 lines
988 B
Plaintext
Raw Normal View History

2015-10-20 13:09:54 +02:00
# Compiled Object files
*.slo
2015-07-11 08:50:08 +02:00
*.lo
2015-10-20 13:09:54 +02:00
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
2015-07-11 08:50:08 +02:00
*.la
2015-10-20 13:09:54 +02:00
*.a
*.lib
# Executables
*.exe
*.out
*.app
libtool
2015-07-11 08:50:08 +02:00
*.m4
*.in
*.pc
*.libs
*.deps
*.cache
*.dirstamp
*.swp
*.orig
*.rej
2015-07-11 08:50:08 +02:00
bin
2016-12-13 05:53:03 +01:00
cmake-build-*
2018-11-11 05:51:36 +01:00
CMakeLists.txt.user
2015-07-11 08:50:08 +02:00
config*
Makefile
build-aux
2015-07-18 02:42:30 +02:00
test_tmp_*
libtool
docs/reference*
docs/*.html
docs/*.png
docs/*-ref.rst
2015-07-18 02:42:30 +02:00
.DS_Store
.idea
*~
2015-10-20 13:09:54 +02:00
# Compile and link flag files
bindings/python/*flags
# Logs
libtorrent_logs*
*.log
# Python related files and dirs
*.pyc
dist
*.egg-info
# python binary
bindings/python/compile_cmd
# binaries in the examples directory
examples/bt_get
examples/bt_get2
examples/client_test
examples/connection_tester
examples/custom_storage
examples/dump_torrent
examples/make_torrent
examples/simple_client
examples/stats_counters
examples/upnp_test
# binaries in the tests directory
tools/dht_put
tools/session_log_alerts