Commit 44b00830691984baab26deb683ef92d9810c2908

Authored by Stéphane Raimbault
1 parent ddc82338

Add .vscode/ to .gitignore

Showing 1 changed file with 1 additions and 0 deletions
.gitignore
... ... @@ -28,6 +28,7 @@ Makefile.in
28 28 /libmodbus.pc
29 29 /stamp-h1
30 30 /*.sublime-*
  31 +/.vscode
31 32 src/modbus-version.h
32 33 src/win32/modbus.dll.manifest
33 34 tests/bandwidth-client
... ...