Commit 170b042c374b7315c2074cc871d6d7f75cca9036
1 parent
02f33709
Add .gitignore
Showing
1 changed file
with
35 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +GPATH | |
| 2 | +GRTAGS | |
| 3 | +GSYMS | |
| 4 | +GTAGS | |
| 5 | +INSTALL | |
| 6 | +Makefile | |
| 7 | +Makefile.in | |
| 8 | +aclocal.m4 | |
| 9 | +autom4te.cache/ | |
| 10 | +config.guess | |
| 11 | +config.h | |
| 12 | +config.h.in | |
| 13 | +config.log | |
| 14 | +config.status | |
| 15 | +config.sub | |
| 16 | +configure | |
| 17 | +depcomp | |
| 18 | +install-sh | |
| 19 | +libtool | |
| 20 | +ltmain.sh | |
| 21 | +missing | |
| 22 | +modbus.pc | |
| 23 | +.deps | |
| 24 | +.libs | |
| 25 | +*.la | |
| 26 | +*.lo | |
| 27 | +stamp-h1 | |
| 28 | +*.o | |
| 29 | +tests/bandwidth-master | |
| 30 | +tests/bandwidth-slave-many-up | |
| 31 | +tests/bandwidth-slave-one | |
| 32 | +tests/random-test-master | |
| 33 | +tests/random-test-slave | |
| 34 | +tests/unit-test-master | |
| 35 | +tests/unit-test-slave | ... | ... |