summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 05:38:48 +0000
committerTim Potter <tpot@samba.org>2003-04-14 05:38:48 +0000
commit49f5045fe7bd6fc52304a522a56180d70ffa2ebf (patch)
treec06a69079a435659b4346efa0fa88f8e91e13aa5 /source3
parent0b65a190a0b2a2be7904b41260c5ca92d1d59ae8 (diff)
downloadsamba-49f5045fe7bd6fc52304a522a56180d70ffa2ebf.tar.gz
samba-49f5045fe7bd6fc52304a522a56180d70ffa2ebf.tar.bz2
samba-49f5045fe7bd6fc52304a522a56180d70ffa2ebf.zip
Fix broken regexp in cvsignore for *.po{,32} files.
(This used to be commit b8dc14d1f90564558e438694b35b073291d5ce9e)
Diffstat (limited to 'source3')
-rw-r--r--source3/groupdb/.cvsignore4
-rw-r--r--source3/registry/.cvsignore4
2 files changed, 4 insertions, 4 deletions
diff --git a/source3/groupdb/.cvsignore b/source3/groupdb/.cvsignore
index 22beab949c..5f2a5c4cf7 100644
--- a/source3/groupdb/.cvsignore
+++ b/source3/groupdb/.cvsignore
@@ -1,2 +1,2 @@
-.po
-.po32
+*.po
+*.po32
diff --git a/source3/registry/.cvsignore b/source3/registry/.cvsignore
index 22beab949c..5f2a5c4cf7 100644
--- a/source3/registry/.cvsignore
+++ b/source3/registry/.cvsignore
@@ -1,2 +1,2 @@
-.po
-.po32
+*.po
+*.po32