mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
b7e4afbd5b
* Add "CMakeLists.txt" * cmake: initial macOS support * cmake: initial windows support * cmake: improve styles * cmake: add FFmpeg for Linux and macOS * cmake: add FFmpeg to macOS * cmake: Carbon typo * cmake: add epwing to macOS * cmake: correctly install all files on linux * cmake: Abolish vcpkg and use winlibs/ * cmake: set version.txt timestamp * cmake: revert config.cc change * cmake: remove outdated comment
43 lines
448 B
Plaintext
43 lines
448 B
Plaintext
*.o
|
|
*~
|
|
|
|
locale/*.qm
|
|
debug/
|
|
build/
|
|
release/
|
|
tmp/
|
|
|
|
Makefile
|
|
Makefile.Debug
|
|
Makefile.Release
|
|
|
|
goldendict.pro.user
|
|
goldendict.pro.user.*
|
|
hotkeys.pro.user
|
|
hotkeys.pro.user.*
|
|
object_script.goldendict.Debug
|
|
object_script.goldendict.Release
|
|
|
|
version.txt
|
|
|
|
.gitattributes
|
|
|
|
*.dmg
|
|
|
|
.DS_Store
|
|
Info.plist
|
|
GoldenDict.xcodeproj/
|
|
|
|
# visual studio files
|
|
*.sdf
|
|
*.opensdf
|
|
*.suo
|
|
*.vcxproj.user
|
|
/.idea
|
|
/.vs
|
|
/.vscode
|
|
/.qtc_clangd
|
|
|
|
# cmake files
|
|
/cmake-build-**/
|
|
/build**/ |