mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-23 12:59:59 +00:00
97 lines
941 B
Plaintext
97 lines
941 B
Plaintext
# OSX files
|
|
*.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# C++ objects and libs
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Qt files
|
|
*.qmake.cache
|
|
*.qmake.stash
|
|
*.pro.user
|
|
*.pro.user.*
|
|
*.qbs.user
|
|
*.qbs.user.*
|
|
*.moc
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
moc_*.h
|
|
ui_*.h
|
|
build*/
|
|
cmake-build-*/
|
|
/src-build/
|
|
|
|
# Build folders
|
|
Debug
|
|
Release
|
|
|
|
# QtCreator
|
|
*.autosave
|
|
*.qmlproject.user
|
|
*.qmlproject.user.*
|
|
CMakeLists.txt.user
|
|
|
|
# CLion
|
|
.idea
|
|
|
|
# Vim
|
|
*.swp
|
|
*~
|
|
|
|
# Git mergetool
|
|
~.orig
|
|
|
|
# CMake Files:
|
|
src/*_automoc.cpp
|
|
*CMakeCache.txt*
|
|
*cmake_install.cmake*
|
|
src/CMakeFiles/*
|
|
CMakeSettings.json
|
|
|
|
# Prepare_r2
|
|
ninja.exe
|
|
r2_dist_x86/
|
|
r2_dist_x64/
|
|
r2_dist/
|
|
*.pdb
|
|
|
|
# Mesonbuild
|
|
src/subprojects/
|
|
|
|
# Python
|
|
__pycache__
|
|
/python/
|
|
|
|
# Other
|
|
compile_commands.json
|
|
.ccls-cache
|
|
.cache
|
|
docs/source/_build
|
|
|
|
# vscode
|
|
/.vscode/*
|
|
!/.vscode/settings.json
|
|
!/.vscode/extensions.json
|
|
|
|
# Visual Studio CMake
|
|
/out
|
|
.vs
|
|
|
|
# cutter-deps
|
|
/cutter-deps
|
|
|
|
/breakpad
|
|
|
|
# Local gdb files
|
|
.gdb_history
|
|
.gdbinit
|