cutter/.gitignore
Duncan Ogilvie e3e070d094 Remove cutter win32 (#58)
* 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
2017-10-15 21:19:48 +02:00

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