mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-30 08:11:05 +00:00
e3e070d094
* remove cutter_win32 * build without compile errors * temporary workaround for sdb problems (now compiles again at least) * totally not a hack to get sdb working seriously, don't do this but it works
75 lines
708 B
Plaintext
75 lines
708 B
Plaintext
# The final executable after `make clean`
|
|
|
|
cutter
|
|
AStyle*
|
|
|
|
# C++ objects and libs
|
|
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Qt-es
|
|
|
|
*.qmake.cache
|
|
*.qmake.stash
|
|
*.pro.user
|
|
*.pro.user.*
|
|
*.qbs.user
|
|
*.qbs.user.*
|
|
*.moc
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
moc_*.h
|
|
ui_*.h
|
|
Makefile*
|
|
*build-*
|
|
|
|
# QtCreator
|
|
|
|
*.autosave
|
|
|
|
# QtCtreator Qml
|
|
*.qmlproject.user
|
|
*.qmlproject.user.*
|
|
|
|
# QtCtreator CMake
|
|
CMakeLists.txt.user
|
|
|
|
# CLion
|
|
.idea
|
|
|
|
# Vim
|
|
*.swp
|
|
|
|
#CMake Files:
|
|
src/*_automoc.cpp
|
|
*CMakeCache.txt*
|
|
*cmake_install.cmake*
|
|
src/CMakeFiles/*
|
|
|
|
# Visual Studio
|
|
Win32/
|
|
x64/
|
|
*.dir/
|
|
build*/
|
|
release/
|
|
debug/
|
|
*.orig
|
|
/src/*.vcxproj
|
|
/src/*.vcxproj.filters
|
|
/src/cutter_resource.rc
|
|
|
|
#prepare_r2
|
|
meson.py
|
|
ninja.exe
|
|
/dist32/
|
|
/dist64/
|
|
*.pdb
|