For Ubuntu, there is already .profile. So if you want to add custom settings on .bash_profile, that is maybe good idea.
.profile
.bash_profile
if [ -f ~/.profile ]; then . ~/.profile fi export FOO=bar