thiagoralves / OpenPLC_v3

OpenPLC Runtime version 3
1.06k stars 432 forks source link

Adapt gitignore #189

Closed GeVanCo closed 1 year ago

GeVanCo commented 1 year ago

When running the ./install.sh script the ./webserver/code/hardware_layer.cpp file is always tagged as a change. However, that file is just copied from another directory (depending on the target given) so it's not really a modified file. Therefor, I think it's better to add this file to the list of ignored files. Hence, I removed the file and added the file to the ignored list. Next, the glueVars.cpp was modified in that the type has been added to the number. This is a correct modification to me.

GeVanCo commented 1 year ago

Created a bit of a mess. Will start all over. Closing this request.