Commit 29fc0682d13534587830584d8a5de91eb910a322

Authored by Stéphane Raimbault
1 parent f88ca1ab

Updated .bzrignore

Showing 1 changed file with 6 additions and 6 deletions
.bzrignore
... ... @@ -15,16 +15,16 @@ missing
15 15 modbus.pc
16 16 build
17 17 .waf-*
18   -tests/bench-bandwidth-master
19   -tests/bench-bandwidth-slave
  18 +tests/bandwidth-master
  19 +tests/bandwidth-slave-one
  20 +tests/bandwidth-slave-many-up
20 21 tests/random-test-master
21 22 tests/random-test-slave
22   -tests/random-test-slave
23 23 tests/unit-test-master
24 24 tests/unit-test-slave
25   -modbus/.deps
26   -modbus/.libs
27   -modbus/modbus.lo
  25 +src/.deps
  26 +src/.libs
  27 +src/modbus.lo
28 28 tests/.deps
29 29 tests/.libs
30 30 modbus/libmodbus.la
... ...