mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Improved gitignore
This commit is contained in:
parent
4b148d74de
commit
03b762a77a
31
.gitignore
vendored
31
.gitignore
vendored
@ -1,15 +1,13 @@
|
|||||||
# The final executable after `make clean`
|
# Binaries
|
||||||
|
Cutter
|
||||||
cutter
|
|
||||||
AStyle*
|
AStyle*
|
||||||
|
|
||||||
### OSX ###
|
# OSX files
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
# C++ objects and libs
|
# C++ objects and libs
|
||||||
|
|
||||||
*.slo
|
*.slo
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
@ -20,8 +18,7 @@ AStyle*
|
|||||||
*.dll
|
*.dll
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
# Qt-es
|
# Qt files
|
||||||
|
|
||||||
*.qmake.cache
|
*.qmake.cache
|
||||||
*.qmake.stash
|
*.qmake.stash
|
||||||
*.pro.user
|
*.pro.user
|
||||||
@ -34,17 +31,12 @@ qrc_*.cpp
|
|||||||
moc_*.h
|
moc_*.h
|
||||||
ui_*.h
|
ui_*.h
|
||||||
Makefile*
|
Makefile*
|
||||||
*build-*
|
build*
|
||||||
|
|
||||||
# QtCreator
|
# QtCreator
|
||||||
|
|
||||||
*.autosave
|
*.autosave
|
||||||
|
|
||||||
# QtCtreator Qml
|
|
||||||
*.qmlproject.user
|
*.qmlproject.user
|
||||||
*.qmlproject.user.*
|
*.qmlproject.user.*
|
||||||
|
|
||||||
# QtCtreator CMake
|
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
|
|
||||||
# CLion
|
# CLion
|
||||||
@ -53,24 +45,23 @@ CMakeLists.txt.user
|
|||||||
# Vim
|
# Vim
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
#CMake Files:
|
# CMake Files:
|
||||||
src/*_automoc.cpp
|
src/*_automoc.cpp
|
||||||
*CMakeCache.txt*
|
*CMakeCache.txt*
|
||||||
*cmake_install.cmake*
|
*cmake_install.cmake*
|
||||||
src/CMakeFiles/*
|
src/CMakeFiles/*
|
||||||
|
|
||||||
# Visual Studio
|
# Prepare_r2
|
||||||
build_x86/
|
|
||||||
build_x64/
|
|
||||||
|
|
||||||
#prepare_r2
|
|
||||||
ninja.exe
|
ninja.exe
|
||||||
r2_dist_x86/
|
r2_dist_x86/
|
||||||
r2_dist_x64/
|
r2_dist_x64/
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
#Mesonbuild
|
# Mesonbuild
|
||||||
src/subprojects/
|
src/subprojects/
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Other
|
||||||
|
compile_commands.json
|
||||||
|
Loading…
Reference in New Issue
Block a user