2018-02-27 18:06:05 +01:00
|
|
|
# This file is used to ignore files which are generated
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
|
2019-02-22 20:08:43 +01:00
|
|
|
# Build
|
|
|
|
build/
|
|
|
|
bin/
|
|
|
|
|
|
|
|
# CMake
|
|
|
|
CMakeLists.txt.user
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
CMakeScripts
|
|
|
|
Makefile*
|
|
|
|
Testing
|
|
|
|
cmake_install.cmake
|
|
|
|
install_manifest.txt
|
|
|
|
compile_commands.json
|
|
|
|
CTestTestfile.cmake
|
|
|
|
_deps
|
|
|
|
|
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
2018-02-27 18:06:05 +01:00
|
|
|
*.o
|
|
|
|
*.obj
|
2019-02-22 20:08:43 +01:00
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
2018-02-27 18:06:05 +01:00
|
|
|
*.so
|
|
|
|
*.so.*
|
2019-02-22 20:08:43 +01:00
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
*.smod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
2018-02-27 18:06:05 +01:00
|
|
|
*.app
|
2019-02-22 20:08:43 +01:00
|
|
|
|
|
|
|
# Dump files
|
|
|
|
*.core
|
|
|
|
*.stackdump
|
|
|
|
|
|
|
|
# Qt
|
|
|
|
*build-*
|
2018-02-27 18:06:05 +01:00
|
|
|
moc_*.cpp
|
2019-02-22 20:08:43 +01:00
|
|
|
moc_*.h
|
2018-02-27 18:06:05 +01:00
|
|
|
qrc_*.cpp
|
2019-02-22 20:08:43 +01:00
|
|
|
ui_*.h
|
|
|
|
*.moc
|
|
|
|
*.qm
|
2018-02-27 18:06:05 +01:00
|
|
|
|
2019-02-22 20:08:43 +01:00
|
|
|
# Temporary files
|
|
|
|
*~
|
|
|
|
*.autosave
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
.*.kate-swp
|
|
|
|
.swp.*
|
2018-02-27 18:06:05 +01:00
|
|
|
.*.swp
|
2019-02-22 20:08:43 +01:00
|
|
|
*.flc
|
2018-02-27 18:06:05 +01:00
|
|
|
|
2019-02-22 20:08:43 +01:00
|
|
|
# Directory files
|
|
|
|
.directory
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
2018-02-27 18:06:05 +01:00
|
|
|
|
|
|
|
# MinGW generated files
|
|
|
|
*.Debug
|
|
|
|
*.Release
|
|
|
|
|
2019-02-22 20:08:43 +01:00
|
|
|
# Package files
|
|
|
|
*.spec
|
|
|
|
*.nsi
|
|
|
|
*.plist
|
2018-02-27 18:06:05 +01:00
|
|
|
|
2019-02-22 20:08:43 +01:00
|
|
|
# Stuff in dist
|
|
|
|
maketarball.sh
|
|
|
|
changelog
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
translations.pot
|
2019-02-22 20:24:38 +01:00
|
|
|
zanata.xml
|
|
|
|
.zanata-cache/
|
2018-02-27 18:06:05 +01:00
|
|
|
|
2022-08-19 21:15:08 +02:00
|
|
|
# QtCreator
|
|
|
|
CMakeLists.txt.user*
|
|
|
|
*.pro.user
|
|
|
|
*.pro.user.*
|
|
|
|
*creator.user*
|
|
|
|
target_wrapper.*
|
|
|
|
compile_commands.json
|
|
|
|
|
|
|
|
*.kdev4
|
|
|
|
*.vscode
|
|
|
|
*.code-workspace
|
|
|
|
*.sublime-workspace
|
2022-02-07 22:46:01 +01:00
|
|
|
|
|
|
|
# MSVC
|
|
|
|
CMakeSettings.json
|
2022-08-19 21:15:08 +02:00
|
|
|
/.vs
|
|
|
|
/out
|
|
|
|
|
|
|
|
# CLion
|
|
|
|
/.idea
|