Peter M. Groen
/
CppLinuxSerial
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
73c151e90800bb2493686abd55b30b3035cc9343
Authored by
Geoffrey Hunter
2019-05-19 10:47:07 -0700
1 parent
53b69d10
Added c_cpp_properties.json to .gitignore file.
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
.gitignore
.gitignore
View file @
73c151e
1
1
build/
2
2
cmake-build-debug/
3
-.idea/workspace.xml
4
3
\ No newline at end of file
4
+.idea/workspace.xml
5
+.vscode/c_cpp_properties.json
5
6
\ No newline at end of file
...
...