lancelot/.gitignore
2024-08-14 23:20:06 +02:00

62 lines
669 B
Text

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.out
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
# editor files
*~
# misc
*.bin
# binaries
/target
**/*.rs.bk
*.id0
*.id1
*.id2
*.nam
*.til
resources/test/k32.dll
pylancelot/.eggs/*
__pycache__
*egg-info
*.pyd
.idea
*.pat
*.sig
Cargo.lock
resources/evaluation/SoK/analyze-sok.ipynb
resources/evaluation/SoK/SoK-windows-testsuite
resources/evaluation/SoK/.ipynb_checkpoints
resources/evaluation/SoK/binaries.txt
.vscode
*/target/
.direnv