ES-DE/.gitignore

110 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-01-23 20:07:13 +00:00
# Object files
2012-07-18 21:28:26 +00:00
*.o
2021-01-23 20:07:13 +00:00
*.lo
*.slo
2012-07-18 21:28:26 +00:00
2021-01-23 20:07:13 +00:00
# Shared libraries
2012-07-18 21:28:26 +00:00
*.so
*.dylib
*.[dD][lL][lL]
2021-01-23 20:07:13 +00:00
# Static libraries
2012-07-18 21:28:26 +00:00
*.a
2021-01-23 20:07:13 +00:00
*.la
*.lai
*.lib
# Dependency makefiles
*.d
# Compiled executable
/es-de
/ES-DE
/ES-DE.exe
/es-pdf-convert
/es-pdf-convert.exe
# Emscripten build
es-de.data
es-de.html
es-de.js
es-de.wasm
es-de.worker.js
/index.html
/ROMs
2023-12-11 17:33:05 +00:00
# Android
/android
2023-12-11 17:33:05 +00:00
es-core/src/utils/PlatformUtilAndroid.*
2023-12-07 16:19:30 +00:00
# AppImage
AppDir
*.AppImage
2021-01-23 20:07:13 +00:00
# Core dumps
es-de.core
# Profiling data
callgrind.out.*
gmon.out
# Patch/diff files
*.patch
2021-01-23 20:07:13 +00:00
# Build directories
build
Debug
Release
MinSizeRel
RelWithDebInfo
# CMake
CMakeCache.txt
CMakeFiles
cmake_install.cmake
Makefile
install_manifest.txt
ES-DE.exe.manifest
# CPack
_CPack_Packages
es-de*.deb
es-de*.rpm
ES-DE*.dmg
ES-DE*.exe
2016-08-03 18:09:59 +00:00
# macOS
.DS_Store
2021-01-23 20:07:13 +00:00
# MSVC
ES-DE.ilk
ES-DE.pdb
es-pdf-convert.ilk
es-pdf-convert.pdb
lunasvg.exp
lunasvg.ilk
lunasvg.pdb
rlottie.exp
rlottie.ilk
rlottie.pdb
2021-01-23 20:07:13 +00:00
# Jom
*.vcxproj
*.vcxproj.filters
*.sln
*.manifest
2016-08-03 18:09:59 +00:00
# Eclipse
.cproject
.project
.settings/
2021-01-23 20:07:13 +00:00
# CLion
.idea/
CPackConfig.cmake
CPackSourceConfig.cmake
*.cbp
# VSCode
.vscode/