Add polar.sh to FUNDING
[libmodbus.git] / .gitignore
blob8c04291ec2eb7da87aba3a3ea9e495fcf0f0e01b
1 # Temporary files
2 *~
3 *.swp
4 *.o
5 *.la
6 *.lo
7 *.log
8 *.trs
9 .deps
10 .libs
11 .DS_Store
13 # Editors
14 /*.sublime-*
15 /.vscode
16 /.venv
18 # Generated by Autotools
19 INSTALL
20 Makefile
21 Makefile.in
22 /aclocal.m4
23 /autom4te.cache
24 /build-aux
25 /config.*
26 /configure
27 /configure.scan
28 /depcomp
29 /install-sh
30 /libmodbus.pc
31 /libtool
32 /ltmain.sh
33 /missing
34 /stamp-h1
35 src/modbus-version.h
36 src/win32/modbus.dll.manifest
37 tests/unit-test.h
39 # mkdocs
40 /site
42 # Binary
43 tests/bandwidth-client
44 tests/bandwidth-server-many-up
45 tests/bandwidth-server-one
46 tests/random-test-client
47 tests/random-test-server
48 tests/unit-test-client
49 tests/unit-test-server
50 tests/version
51 tests/stamp-h2