diff --git a/system/.bash_aliases b/system/.bash_aliases index 5bb2bb6..a332ca3 100755 --- a/system/.bash_aliases +++ b/system/.bash_aliases @@ -60,6 +60,7 @@ alias svnad='sudo svn add * --force' alias svnco='sudo svn commit -m' alias svnst='sudo svn status' alias svnup='sudo svn update .' +alias svnignore='svn propedit svn:ignore .' # git alias gitchp='git diff --summary | grep --color "mode change 100755 => 100644" | cut -d" " -f7- | xargs -d"\n" chmod +x' diff --git a/system/.bash_profile b/system/.bash_profile index 5dc2b33..ed6d4ee 100755 --- a/system/.bash_profile +++ b/system/.bash_profile @@ -60,6 +60,7 @@ alias svnad='sudo svn add * --force' alias svnco='sudo svn commit -m' alias svnst='sudo svn status' alias svnup='sudo svn update .' +alias svnignore='svn propedit svn:ignore .' # git alias gitchp='git diff --summary | grep --color "mode change 100755 => 100644" | cut -d" " -f7- | gxargs -d"\n" chmod +x'