FRET-qemu/.gitignore
Romain Malmain 805b14ffc4
Fix RPATH regex for Ubuntu (#87)
* fix rpath regex for ubuntu systems

* auto-create compile_commands.json
2024-10-11 18:14:25 +02:00

28 lines
279 B
Plaintext

/GNUmakefile
/build/
/.cache/
/.vscode/
*.pyc
.sdk
.stgit-*
.git-submodule-status
.clang-format
.gdb_history
cscope.*
tags
TAGS
GPATH
GRTAGS
GTAGS
*~
*.ast_raw
*.depend_raw
*.swp
*.patch
*.gcov
# --- Begin LibAFL code ---
/.idea
/compile_commands.json
# --- End LibAFL code ---