wxwidgets/misc/languages/data/.gitignore
utelle a20aa4de75 Improve generated process for the language database files
Fix some issues and streamline regeneration process:

- A few glitches (like duplicate language symbols, wrong Windows
  language ids etc) were fixed.
- Scripts were added to allow to regenerate the list of supported
  locales from the list of known Windows locales.
- Version info when language symbols became available was added to the
  documentation of the language symbol enum.
- Synonyms are no longer hard-coded in the script genlang.py.

See #23453.

Closes #23437.
2023-04-18 14:27:28 +02:00

12 lines
248 B
Text

# Ignore temporary files that are generated in course of
# regenerating the lists of known languages, scripts, and synonyms
# exclude database and data files
*.db3
*.txt
# exclude everything in temp
temp/*
# exception to the rule
!temp/.gitkeep