mirror of
https://github.com/DrasLorus/HLS_Byte_Serializer.git
synced 2024-11-21 19:23:16 +01:00
22 lines
295 B
Text
22 lines
295 B
Text
# Binary directories
|
|
.cache/
|
|
bin/
|
|
lib/
|
|
build/
|
|
ip/
|
|
*_*_*_to_bytes_ip/
|
|
*_*_*_from_bytes_ip/
|
|
|
|
# Command Database
|
|
compile_commands.json
|
|
|
|
hls_files/*
|
|
|
|
!hls_files/generated
|
|
hls_files/generated/*
|
|
!hls_files/generated/.empty
|
|
|
|
!hls_files/templates
|
|
hls_files/templates/*.tcl
|
|
|
|
sources/top_converters/*.?pp
|