main
parent
3010c8ebf9
commit
6746a30563
@ -0,0 +1,2 @@ |
|||||||
|
# Find PO files, process each with msgfmt and rename the result to MO |
||||||
|
alias po2mo='for file in `find . -name "*.po"` ; do msgfmt -o ${file/.po/.mo} $file ; done' |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
*~ |
||||||
|
*.sql |
||||||
|
*.zip |
||||||
|
*.xz |
||||||
|
*.tgz |
||||||
|
*.gz |
||||||
|
*.tar* |
||||||
|
*.log |
||||||
|
*.tmp |
||||||
|
*.swp |
||||||
|
*.lock |
||||||
|
**/.git/ |
||||||
|
**/node_modules/ |
||||||
|
**/vendor/ |
||||||
|
**/nbproject/ |
||||||
|
**/logs/ |
||||||
|
**/tmp*/ |
||||||
|
**/cache*/ |
||||||
|
**/Cache*/ |
||||||
|
**/lost+found*/ |
||||||
|
**/Trash*/ |
||||||
|
**/trash*/ |
||||||
|
**/.gvfs/ |
||||||
Loading…
Reference in new issue