Convert the project to CMake

revamp f4ll
move f4ll upstream to codeberg
This commit is contained in:
Attila Body 2025-06-08 23:15:46 +02:00
parent bc01b1f0e8
commit b1c676c394
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
244 changed files with 159826 additions and 189336 deletions

23
.gitignore vendored Normal file → Executable file
View file

@ -1,8 +1,17 @@
_[Bb][Uu][Ii][Ll][Dd]*/
/[Bb][Uu][Ii][Ll][Dd]/
[Dd]ebug/
[Rr]elease/
*.[Bb][Aa][Kk]
.vscode/.*
.settings/
/build/
/.cache/
CMakeFiles/
Backup/
build.ninja
CMakeCache.txt
cmake_install.cmake
compile_commands.json
.clangd
# eclipse
.*project.bak
/.settings/*
/*.launch
/Debug/
/Release/
/config_*/