mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
89 lines
1.3 KiB
Plaintext
89 lines
1.3 KiB
Plaintext
## Project specific
|
|
/bin
|
|
/run
|
|
/dist
|
|
/deb
|
|
/rpm
|
|
/tar
|
|
/zip
|
|
/out/heidisql
|
|
/out/heidisql.exe
|
|
/out/gtk2
|
|
/out/qt5
|
|
/out/locale
|
|
/extra/locale/*/LC_MESSAGES
|
|
# Compiled translations
|
|
/extra/locale/heidisql.*.mo
|
|
# Secrets, DO NOT COMMIT
|
|
/secrets.mk
|
|
|
|
## Uncomment these types if you want even more clean repository. But be careful.
|
|
## It can make harm to an existing project source. Read explanations below.
|
|
#
|
|
## Resource files are binaries containing manifest, project icon and version info.
|
|
## They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
|
|
#*.res
|
|
## end
|
|
|
|
|
|
# Lazarus compiler-generated binaries (safe to delete)
|
|
*.exe
|
|
#*.dll
|
|
#*.so
|
|
*.dylib
|
|
*.lrs
|
|
*.res
|
|
*.compiled
|
|
*.dbg
|
|
*.ppu
|
|
*.o
|
|
*.or
|
|
*.a
|
|
|
|
# Delphi/Lazarus compiler-generated binaries (safe to delete)
|
|
*.exe
|
|
#*.dll
|
|
*.bpl
|
|
*.bpi
|
|
*.dcp
|
|
*.so
|
|
*.apk
|
|
*.drc
|
|
*.map
|
|
*.dres
|
|
*.rsm
|
|
*.tds
|
|
*.dcu
|
|
*.lib
|
|
*.o
|
|
*.or
|
|
*.ppu
|
|
*.dbg
|
|
*.compiled
|
|
|
|
# Delphi autogenerated files (duplicated info)
|
|
*.cfg
|
|
*Resource.rc
|
|
|
|
# Delphi local files (user-specific info)
|
|
*.local
|
|
*.identcache
|
|
*.projdata
|
|
*.tvsconfig
|
|
*.dsk
|
|
|
|
# Delphi history and backups
|
|
__history/
|
|
*.~*
|
|
|
|
# Lazarus history, backups and session
|
|
backup/
|
|
*.bak
|
|
*.lps
|
|
|
|
# Castalia statistics file
|
|
*.stat
|
|
|
|
# Application bundle for Mac OS
|
|
*.app/
|