alxhoff / FreeRTOS-Emulator

POSIX based FreeRTOS emulator with SDL2 graphics interface and multiple async communications interfaces, aiming to make it possible to teach FreeRTOS without embedded hardware using similar processes
https://alxhoff.github.io/FreeRTOS-Emulator/
GNU General Public License v3.0
60 stars 105 forks source link

Add compile_commands.json to .gitignore? #4

Closed PhilippvK closed 4 years ago

PhilippvK commented 4 years ago

I saw, that you commented the corresponding line out in the .gitignore file. Could you explain what your intention was?

Also should there be an empty build/ directory or should it be up to the user to create it?

alxhoff commented 4 years ago

Fixed. In the root dir is a symlink that places the created compile commands there for YouCompleteMe (i'd like this as Vim without this sucks). Have added a gitkeep to the build but removed the compile commands from build. Thanks for noticing!