Xilinx / ACCL

Alveo Collective Communication Library: MPI-like communication operations for Xilinx Alveo accelerators
https://accl.readthedocs.io/
Apache License 2.0
81 stars 26 forks source link

Add gitignore for simulator #158

Closed bo3z closed 10 months ago

bo3z commented 10 months ago

When building the simulator, per INSTALL.md, ~2K files are generated by Vitis/Vivado and picked up by git, which can make version control and keeping track of changes very inconvenient.

quetric commented 10 months ago

Retargeted this to the dev branch. Otherwise all okay

bo3z commented 10 months ago

Noticed a small problem with this - if a new TCL file is added and starts with build_ it will also be be ignored. Will fix it, should be fairly trivial.