OpenFPGA/fpga_flow/benchmarks/Verilog/lattice_ultra_example/.gitignore

9 lines
196 B
Plaintext

# Ignore everything
*
# But descend into directories
!*/
!.gitignore
# Recursively allow files under subtree
!/UG73-iCE40_Ultra_Barcode_Emulation/hardware/source/top_module/**
!/PID_Controller/**