Commit 0f5b816323973d55a5cfb8bdefb9daa008eba168
1 parent
2d3697ef
Cleanup .gitignore
Showing
1 changed file
with
20 additions
and
25 deletions
.gitignore
| 1 | +*~ | ||
| 2 | +*.o | ||
| 3 | +*.la | ||
| 4 | +*.lo | ||
| 5 | +.deps | ||
| 6 | +.libs | ||
| 1 | GPATH | 7 | GPATH |
| 2 | GRTAGS | 8 | GRTAGS |
| 3 | GSYMS | 9 | GSYMS |
| @@ -5,33 +11,21 @@ GTAGS | @@ -5,33 +11,21 @@ GTAGS | ||
| 5 | INSTALL | 11 | INSTALL |
| 6 | Makefile | 12 | Makefile |
| 7 | Makefile.in | 13 | 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 | -m4/ | ||
| 23 | -libmodbus.pc | ||
| 24 | -libmodbus.spec | 14 | +/aclocal.m4 |
| 15 | +/autom4te.cache | ||
| 16 | +/config.* | ||
| 17 | +/configure | ||
| 18 | +/depcomp | ||
| 19 | +/install-sh | ||
| 20 | +/libtool | ||
| 21 | +/ltmain.sh | ||
| 22 | +/missing | ||
| 23 | +/libmodbus.pc | ||
| 24 | +/libmodbus.spec | ||
| 25 | +/stamp-h1 | ||
| 26 | +/*.sublime-* | ||
| 25 | src/modbus-version.h | 27 | src/modbus-version.h |
| 26 | src/win32/modbus.dll.manifest | 28 | src/win32/modbus.dll.manifest |
| 27 | -.deps | ||
| 28 | -.libs | ||
| 29 | -*.la | ||
| 30 | -*.lo | ||
| 31 | -stamp-h1 | ||
| 32 | -stamp-h2 | ||
| 33 | -*.o | ||
| 34 | -*~ | ||
| 35 | tests/bandwidth-client | 29 | tests/bandwidth-client |
| 36 | tests/bandwidth-server-many-up | 30 | tests/bandwidth-server-many-up |
| 37 | tests/bandwidth-server-one | 31 | tests/bandwidth-server-one |
| @@ -41,6 +35,7 @@ tests/unit-test-client | @@ -41,6 +35,7 @@ tests/unit-test-client | ||
| 41 | tests/unit-test.h | 35 | tests/unit-test.h |
| 42 | tests/unit-test-server | 36 | tests/unit-test-server |
| 43 | tests/version | 37 | tests/version |
| 38 | +tests/stamp-h2 | ||
| 44 | doc/*.html | 39 | doc/*.html |
| 45 | doc/*.3 | 40 | doc/*.3 |
| 46 | doc/*.7 | 41 | doc/*.7 |