mirror of
https://github.com/saymrwulf/pqc-accelerate.git
synced 2026-05-14 20:48:07 +00:00
27 lines
No EOL
273 B
Text
27 lines
No EOL
273 B
Text
# Ignore build output directory
|
|
/build
|
|
/export
|
|
|
|
# Ignore object files and dependent files
|
|
.o
|
|
.d
|
|
|
|
#Ignore logs folder and log files
|
|
/logs
|
|
.log
|
|
|
|
#ignore zip files
|
|
.zip
|
|
|
|
#Ignore ide folder
|
|
/_ide
|
|
|
|
#Ignore lock files
|
|
.lock
|
|
|
|
.bin
|
|
.pdi
|
|
.vitisWorkspace.json
|
|
|
|
_ide/logs
|
|
_ide/.wsdata |