Revert 8e07f3058cd9.
It seems that hg purge works with .hgignore in newer hg versions.
This commit is contained in:
parent
bbb4c930ae
commit
b5f0dab43e
|
@ -0,0 +1,27 @@
|
|||
syntax: glob
|
||||
*.gmo
|
||||
*.in
|
||||
*.la
|
||||
*.lo
|
||||
*.m4
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.o
|
||||
*.Plo
|
||||
*~
|
||||
autom4te.cache
|
||||
data/defs.py
|
||||
data/gajim.desktop
|
||||
libtool
|
||||
po/.intltool-merge-cache
|
||||
po/POTFILES
|
||||
po/stamp-it
|
||||
stamp-h1
|
||||
Makefile
|
||||
|
||||
syntax: regexp
|
||||
^config\.*
|
||||
^config\/
|
||||
^src\/\.libs
|
||||
^src\/trayicon.c
|
||||
^scripts\/gajim.*
|
Loading…
Reference in New Issue