Fix gitignore patterns for *.mo
This commit is contained in:
parent
8779215927
commit
26e5b2de9f
3 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
|||
/objs/
|
||||
/po/*.mo
|
||||
/autom4te.cache/
|
||||
/config.h
|
||||
*~
|
||||
|
|
1
AppStream/po/.gitignore
vendored
Normal file
1
AppStream/po/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/*.mo
|
1
po/.gitignore
vendored
Normal file
1
po/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/*.mo
|
Loading…
Add table
Reference in a new issue