Convert the project to CMake
revamp f4ll move f4ll upstream to codeberg
This commit is contained in:
parent
bc01b1f0e8
commit
b1c676c394
244 changed files with 159826 additions and 189336 deletions
23
.gitignore
vendored
Normal file → Executable file
23
.gitignore
vendored
Normal file → Executable 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_*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue