spiegel-keyman/.gitignore
Marc Durdin 3c32267a50 chore: don't add tag to version in filenames
While it might be nice to add the tag to versions in filenames, this
creates a lot of work on the website where we make some filename
assumptions. So, this PR winds that detail of filename changes back,
and renames copydev.in to download.in to make it consistent with the
other download.in files.
2020-10-08 14:59:59 +11:00

267 lines
6 KiB
Text

/windows/bin/
/windows/build/
/windows/debug/
/windows/lib/
/windows/release/
/windows/src/PathDefines.mak
/windows/src/**/*.err
/windows/src/**/*.Build.CppClean.log
/windows/src/**/*.dproj.local
/windows/src/**/*.groupproj.local
/windows/src/**/*.bdsproj.local
/windows/src/**/*.stat
/windows/src/**/*.hpp
/windows/src/**/*.sdf
/windows/src/**/*.dcu
/windows/src/**/error.log
/windows/src/**/*.tlog
/windows/src/**/*.obj
/windows/src/**/*.exe
/windows/src/**/*.obj
/windows/src/**/*.iobj
/windows/src/**/*.intermediate.manifest
/windows/src/**/*.lastbuildstate
/windows/src/**/*.cache
/windows/src/**/*.drc
/windows/src/**/*.map
/windows/src/**/*.rsm
/windows/src/**/*.tds
/windows/src/**/*.pdb
/windows/src/**/*.ipdb
/windows/src/**/.vs/
/windows/src/**/version.RES
/windows/src/**/__history/
/windows/src/**/__recovery/
/windows/src/**/*.identcache
/windows/src/**/*.vcxproj.user
/windows/src/**/ipch/
/windows/src/**/*.dbg
/windows/src/**/*.cod
/windows/src/**/manifest.res
/windows/src/**/*.dll
/windows/src/**/*.exp
/windows/src/**/*.lib
/windows/src/**/version.res
/windows/src/**/*.pch
/windows/src/**/*.wixobj
/windows/src/**/*.sbr
/windows/src/**/*.bsc
/windows/src/**/*.dll.embed.manifest
/windows/src/**/*.ilk
/windows/src/**/*.log
/windows/src/**/*.idb
/windows/src/**/*.suo
/windows/src/**/.idea
# Temp files generated during release build
/windows/src/buildtools/inst/copydebug.mak
/windows/src/desktop/inst/desktop_resources.res
/windows/src/desktop/inst/desktopui.wxs
/windows/src/developer/inst/cef.wxs
/windows/src/developer/inst/keymandeveloper.msi
/windows/src/developer/inst/setup.inf
/windows/src/developer/inst/setup.zip
/windows/src/developer/inst/templates.wxs
/windows/src/developer/inst/xml.wxs
/windows/src/developer/inst/kmlmc.wxs
# local defines for build, usually used for certificates and passwords
/windows/src/UserDefines.mak
# messages -- we now include these as they are currently not autogen
# /global/delphi/cust/messagedefaults.pas
# /global/delphi/cust/messageidentifierconsts.pas
# global build files
/windows/src/global/help/version.out
/windows/src/global/inst/data/UnicodeData.mdb
/windows/src/global/delphi/general/SourceRootPath.pas
# /buildtools/genkmnp/
/windows/src/buildtools/genkmnp/*.identcache
# /buildtools/inst/
/windows/src/buildtools/inst/srcbackup.mak
# /buildtools/importkeyboard/
/windows/src/buildtools/importkeyboard/bin
/windows/src/buildtools/importkeyboard/obj
# /desktop/branding/
/windows/src/desktop/branding/desktop_pro.pxx
# /desktop/help/
/windows/src/desktop/help/temp
/windows/src/desktop/help/*.htm
/windows/src/desktop/help/keymandesktop.chm
/windows/src/desktop/help/keymandesktop.hhp
/windows/src/desktop/help/toc.hhc
# /desktop/help/desktop_images/
/windows/src/desktop/help/desktop_images/Old Getting Started Images
/windows/src/desktop/help/desktop_images/old
# /desktop/inst/
/windows/src/desktop/inst/*.wixpdb
/windows/src/desktop/inst/*.msi
/windows/src/desktop/inst/download.mak
# /desktop/setup/
/windows/src/desktop/setup/keymandesktop80.msi
# /developer/TIKE/
/windows/src/developer/TIKE/stock.kct
/windows/src/developer/TIKE/kmcmpdll.dll
# /developer/TIKE/redist/
/windows/src/developer/TIKE/redist/Addins
/windows/src/developer/TIKE/redist/Desktop
/windows/src/developer/TIKE/redist/UI
# /developer/inst/
/windows/src/developer/inst/*.wixpdb
/windows/src/developer/inst/download.mak
/windows/src/developer/inst/copydev.mak
# /developer/kmcmpdll/
/windows/src/developer/kmcmpdll/*.lastbuildstate
# /developer/kmcmpdll/Debug/
/windows/src/developer/kmcmpdll/Debug/*.idb
/windows/src/developer/stock/stock.kct
/windows/src/developer/uitemplates/keyman.kct
# /engine/inst/
/windows/src/engine/inst/*.wixpdb
/windows/src/engine/inst/download.mak
# /engine/inst/insthelper/
/windows/src/engine/inst/insthelper/ModelSupport_insthelper
/windows/src/engine/inst/keymanengine.msm
# /engine/keyman/langswitch/
/windows/src/engine/keyman/langswitch/__history
# /engine/keyman32/
/windows/src/engine/keyman32/Keyman32.opensdf
# /engine/keymanx64/
/windows/src/engine/keymanx64/x64
# /engine/kmcomapi/
/windows/src/engine/kmcomapi/kmcomapi.tlb
# /engine/kmtip/
/windows/src/engine/kmtip/kmtip.suo
/windows/src/engine/kmtip/vc100.idb
/windows/src/engine/kmtip/x64
/windows/src/engine/kmtip/x86
/windows/src/engine/kmtip/kmtip.opensdf
# /engine/tsysinfo/
/windows/src/engine/tsysinfo/tsysinfo_x64.res
/windows/src/engine/tsysinfo/tsysinfox64.bin
# /engine/tsysinfox64/
/windows/src/engine/tsysinfox64/x64
# /online/database_unicode_conversion/
# /online/fixup_downloadfile_subs/
# /support/NetInputBoxTest/NetInputBoxTest/
/windows/src/support/NetInputBoxTest/NetInputBoxTest/bin
/windows/src/support/NetInputBoxTest/NetInputBoxTest/obj
# /support/unload_keyboards/
/windows/src/support/unload_keyboards/Win64
# /test/msghooklister/
# /test/msghooklister/src/
# /test/msghooklister/src/App/
# /test/msghooklister/src/Drv/
# /test/msghooklister/x64/
# /test/msghooklister/x86/
# /test/test_finddefaultlang_latin/
# /test/test_i1672/
# /test/test_i2590/
# /test/test_i2896/
# /test/test_i2908/
# /test/test_i2908/i2908/
/windows/src/test/test_i2908/i2908/Debug
# /test/test_i2934/
# /test/test_i2934/test_i2934/
/windows/src/test/test_i2934/test_i2934/Debug
# /test/test_i2945 - option set not clearing/
# /test/test_i3021 - bad backslash key/
# /test/test_i3035 - safari compat/
# /test/test_i3056/
# /test/test_i3137/
# /test/test_i3147/
# /test/test_i3214/
# /test/test_i3250/
# /test/test_i3301/
# /test/test_i3317/
/windows/src/test/test_i3317/*.json
/windows/src/test/test_i3317/*.js
# /test/test_i3358 - media keys/
# /test/test_i3633
/windows/src/test/test_i3633/sig?
# /test/test_vistaaltfixunit/
# /test/wm_unichar/
# VS Code
.vscode/
.vs/
# IDE files
**/.idea/**/*.xml
**/.idea/**/*.iml
.DS_Store
*.kpj.user
# Atom/Nuclide
compile_flags.txt
# Auto-generated resource script
resources/environment.sh
# Copy of the master VERSION.md used for Linux packaging
/common/core/desktop/VERSION.md
**/node_modules/
lerna-debug.log
# Cached/auto-compiled Python bytecode
*.pyc