goldendict-ng/.gitignore
shenlebantongying b7e4afbd5b
Add alternative build method "CMakeLists.txt" (#218)
* 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
2022-11-26 11:23:08 +08:00

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**/