Commit f67ca4bb93f30e4b8a4ebc33a6c3627fef4849d5

Authored by Stéphane Raimbault
2 parents bfee617e 4e145026

Merge pull request #96 from TheCount/feature-gitignore

.gitignore updates
Showing 1 changed file with 9 additions and 1 deletions
.gitignore
1 1 *~
  2 +*.swp
2 3 *.o
3 4 *.la
4 5 *.lo
... ... @@ -40,4 +41,11 @@ tests/stamp-h2
40 41 doc/*.html
41 42 doc/*.3
42 43 doc/*.7
43   -
  44 +debian/*.log
  45 +debian/*.debhelper
  46 +debian/*.substvars
  47 +debian/files
  48 +debian/libmodbus-dev/
  49 +debian/libmodbus5/
  50 +debian/stamp-*
  51 +debian/tmp/
... ...