Commit 0f5b816323973d55a5cfb8bdefb9daa008eba168

Authored by Stéphane Raimbault
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 7 GPATH
2 8 GRTAGS
3 9 GSYMS
... ... @@ -5,33 +11,21 @@ GTAGS
5 11 INSTALL
6 12 Makefile
7 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 27 src/modbus-version.h
26 28 src/win32/modbus.dll.manifest
27   -.deps
28   -.libs
29   -*.la
30   -*.lo
31   -stamp-h1
32   -stamp-h2
33   -*.o
34   -*~
35 29 tests/bandwidth-client
36 30 tests/bandwidth-server-many-up
37 31 tests/bandwidth-server-one
... ... @@ -41,6 +35,7 @@ tests/unit-test-client
41 35 tests/unit-test.h
42 36 tests/unit-test-server
43 37 tests/version
  38 +tests/stamp-h2
44 39 doc/*.html
45 40 doc/*.3
46 41 doc/*.7
... ...