diff options
author | Herb Lewis <herb@samba.org> | 2001-12-12 16:04:37 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-12-12 16:04:37 +0000 |
commit | e4553718bb0a35c0508fc4aedf23b1da14144451 (patch) | |
tree | 70eb6e8b043b60a36adf66e077d4f7b40a843e0d /source3 | |
parent | a5ba214479253425dc18521103945c7996f05583 (diff) | |
download | samba-e4553718bb0a35c0508fc4aedf23b1da14144451.tar.gz samba-e4553718bb0a35c0508fc4aedf23b1da14144451.tar.bz2 samba-e4553718bb0a35c0508fc4aedf23b1da14144451.zip |
add *.po32 to ignore list
(This used to be commit fe0db4c55f8bfc70004edd60a29359337fa40723)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/.cvsignore | 1 | ||||
-rw-r--r-- | source3/intl/.cvsignore | 1 | ||||
-rw-r--r-- | source3/nsswitch/.cvsignore | 1 | ||||
-rw-r--r-- | source3/smbd/.cvsignore | 1 | ||||
-rw-r--r-- | source3/tdb/.cvsignore | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/source3/.cvsignore b/source3/.cvsignore index 1fb278a810..64f71dd86e 100644 --- a/source3/.cvsignore +++ b/source3/.cvsignore @@ -14,3 +14,4 @@ so_locations testdir testtmp *.po +*.po32 diff --git a/source3/intl/.cvsignore b/source3/intl/.cvsignore index 6d609cec52..5f2a5c4cf7 100644 --- a/source3/intl/.cvsignore +++ b/source3/intl/.cvsignore @@ -1 +1,2 @@ *.po +*.po32 diff --git a/source3/nsswitch/.cvsignore b/source3/nsswitch/.cvsignore index 6d609cec52..5f2a5c4cf7 100644 --- a/source3/nsswitch/.cvsignore +++ b/source3/nsswitch/.cvsignore @@ -1 +1,2 @@ *.po +*.po32 diff --git a/source3/smbd/.cvsignore b/source3/smbd/.cvsignore index 6d609cec52..5f2a5c4cf7 100644 --- a/source3/smbd/.cvsignore +++ b/source3/smbd/.cvsignore @@ -1 +1,2 @@ *.po +*.po32 diff --git a/source3/tdb/.cvsignore b/source3/tdb/.cvsignore index b47dbb47c7..b0e66acabc 100644 --- a/source3/tdb/.cvsignore +++ b/source3/tdb/.cvsignore @@ -5,3 +5,4 @@ test.db test.gdbm test.tdb *.po +*.po32 |