mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
Tell git to ignore files created during i18n preparation
The 'pot' files are templates generated when we want to update the 'po' files against latest source code; the 'mo' files are compiled 'po' files to be installed
This commit is contained in:
committed by
Carlos R. Mafra
parent
583f66ec4e
commit
f6742662ec
10
.gitignore
vendored
10
.gitignore
vendored
@@ -120,6 +120,16 @@ WindowMaker/Defaults/WMWindowAttributes
|
|||||||
WindowMaker/Defaults/WindowMaker
|
WindowMaker/Defaults/WindowMaker
|
||||||
WindowMaker/IconSets/Default.iconset
|
WindowMaker/IconSets/Default.iconset
|
||||||
|
|
||||||
|
# These files are generated by the i18n process
|
||||||
|
/po/WindowMaker.pot
|
||||||
|
/po/*.mo
|
||||||
|
/WINGs/po/WINGs.pot
|
||||||
|
/WINGs/po/*.mo
|
||||||
|
/WPrefs.app/po/WPrefs.pot
|
||||||
|
/WPrefs.app/po/*.mo
|
||||||
|
/util/po/*.pot
|
||||||
|
/util/po/*.mo
|
||||||
|
|
||||||
# Some text editors generate backup files
|
# Some text editors generate backup files
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user