adding svnignore where required to ignore .mo, debian files etc. thanks to this we can have an empty svn status properly now ;)

This commit is contained in:
Benjamin Sonntag 2012-10-17 09:41:40 +00:00
parent 179421de07
commit ec25ccdc62
11 changed files with 54 additions and 32 deletions

6
.gitattributes vendored
View File

@ -387,20 +387,25 @@ bureau/class/variables.php -text
bureau/index.php -text
bureau/locales/Makefile -text
bureau/locales/README -text
bureau/locales/de_DE/LC_MESSAGES/.svnignore -text
bureau/locales/de_DE/LC_MESSAGES/alternc -text
bureau/locales/de_DE/LC_MESSAGES/manual.po -text
bureau/locales/de_DE/LC_MESSAGES/messages.po -text
bureau/locales/en_US/LC_MESSAGES/.svnignore -text
bureau/locales/en_US/LC_MESSAGES/alternc -text
bureau/locales/en_US/LC_MESSAGES/manual.po -text
bureau/locales/en_US/LC_MESSAGES/messages.po -text
bureau/locales/es_ES/LC_MESSAGES/.svnignore -text
bureau/locales/es_ES/LC_MESSAGES/alternc -text
bureau/locales/es_ES/LC_MESSAGES/manual.po -text
bureau/locales/es_ES/LC_MESSAGES/messages.po -text
bureau/locales/fr_FR/LC_MESSAGES/.svnignore -text
bureau/locales/fr_FR/LC_MESSAGES/alternc -text
bureau/locales/fr_FR/LC_MESSAGES/manual.po -text
bureau/locales/fr_FR/LC_MESSAGES/messages.po -text
bureau/locales/manual.pot -text
bureau/locales/messages.pot -text
bureau/locales/pt_BR/LC_MESSAGES/.svnignore -text
bureau/locales/pt_BR/LC_MESSAGES/alternc -text
bureau/locales/pt_BR/LC_MESSAGES/manual.po -text
bureau/locales/pt_BR/LC_MESSAGES/messages.po -text
@ -523,6 +528,7 @@ install/upgrades/1.1.php -text
install/upgrades/1.1.sh -text
install/upgrades/1.1.sql -text
install/upgrades/README -text
lang/.svnignore -text
lang/README -text
lang/en_US.po -text
man/alternc-admintools.8 -text

23
.gitignore vendored
View File

@ -1,12 +1,33 @@
/build-stamp
debian/.svnignore
bureau/locales/de_DE/LC_MESSAGES/alternc.mo
bureau/locales/en_US/LC_MESSAGES/alternc.mo
bureau/locales/es_ES/LC_MESSAGES/alternc.mo
bureau/locales/fr_FR/LC_MESSAGES/alternc.mo
bureau/locales/pt_BR/LC_MESSAGES/alternc.mo
debian/alternc
debian/alternc-awstats
debian/alternc-awstats.debhelper.log
debian/alternc-awstats.postrm.debhelper
debian/alternc-awstats.substvars
debian/alternc-roundcube
debian/alternc-roundcube.debhelper.log
debian/alternc-roundcube.substvars
debian/alternc-slave
debian/alternc-slave.debhelper.log
debian/alternc-slave.postrm.debhelper
debian/alternc-slave.substvars
debian/alternc-squirrelmail
debian/alternc-squirrelmail.debhelper.log
debian/alternc-squirrelmail.substvars
debian/alternc-upnp
debian/alternc-upnp.debhelper.log
debian/alternc-upnp.substvars
debian/alternc.debhelper.log
debian/alternc.postrm.debhelper
debian/alternc.substvars
debian/files
lang/de_DE.po
lang/es_ES.po
lang/fr_FR.po
lang/pt_BR.po
po/fr/LC_MESSAGES/alternc-admintools.mo

View File

@ -1,23 +1 @@
build-stamp
lang/pt_BR.po
lang/fr_FR.po
lang/es_ES.po
lang/de_DE.po
debian/alternc-upnp.substvars
debian/alternc-awstats.debhelper.log
debian/alternc-squirrelmail.substvars
debian/alternc-awstats
debian/alternc-roundcube.debhelper.log
debian/alternc-squirrelmail
debian/alternc-awstats.substvars
debian/alternc-roundcube
debian/alternc-upnp.debhelper.log
debian/alternc-awstats.postrm.debhelper
debian/alternc-roundcube.substvars
debian/alternc-upnp
debian/alternc-squirrelmail.debhelper.log
bureau/locales/de_DE/LC_MESSAGES/alternc.mo
bureau/locales/pt_BR/LC_MESSAGES/alternc.mo
bureau/locales/en_US/LC_MESSAGES/alternc.mo
bureau/locales/es_ES/LC_MESSAGES/alternc.mo
bureau/locales/fr_FR/LC_MESSAGES/alternc.mo

View File

@ -0,0 +1 @@
alternc.mo

View File

@ -0,0 +1 @@
alternc.mo

View File

@ -0,0 +1 @@
alternc.mo

View File

@ -0,0 +1 @@
alternc.mo

View File

@ -0,0 +1 @@
alternc.mo

22
debian/.svnignore vendored
View File

@ -1,10 +1,22 @@
alternc
alternc-slave.substvars
files
alternc-awstats
alternc-awstats.debhelper.log
alternc-awstats.postrm.debhelper
alternc-awstats.substvars
alternc-roundcube
alternc-roundcube.debhelper.log
alternc-roundcube.substvars
alternc-slave
alternc-slave.debhelper.log
alternc-slave.postrm.debhelper
alternc.substvars
.svnignore
alternc-slave
alternc-slave.substvars
alternc-squirrelmail
alternc-squirrelmail.debhelper.log
alternc-squirrelmail.substvars
alternc-upnp
alternc-upnp.debhelper.log
alternc-upnp.substvars
alternc.debhelper.log
alternc.postrm.debhelper
alternc.substvars
files

4
lang/.svnignore Normal file
View File

@ -0,0 +1,4 @@
pt_BR.po
fr_FR.po
es_ES.po
de_DE.po

View File

@ -28,8 +28,6 @@ do
then
msgcat --use-first --less-than=3 --more-than=1 -o tmp.po "lang/${lang}.po" "debian/po/${sublang}.po"
mv -f tmp.po "debian/po/${sublang}.po"
msgcat --use-first --less-than=3 --more-than=1 -o tmp.po "lang/${lang}.po" "../../alternc-awstats/trunk/debian/po/${sublang}.po"
mv -f tmp.po "../../alternc-awstats/trunk/debian/po/${sublang}.po"
msgcat --use-first --less-than=3 --more-than=1 -o tmp.po "lang/${lang}.po" "../../alternc-mailman/trunk/debian/po/${sublang}.po"
mv -f tmp.po "../../alternc-mailman/trunk/debian/po/${sublang}.po"
fi
@ -40,7 +38,5 @@ done
svn commit -m "Updating language files from Transifex"
pushd ../../alternc-mailman/trunk
svn commit -m "Updating language files from Transifex"
cd ../../alternc-awstats/trunk
svn commit -m "Updating language files from Transifex"
popd