This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# do whatever the fuck you want with it license | |
# set 'assume unchanged' for files in list, replicates tortoise svn 'ignore on commit' feature | |
# source ~/.git-ignoreoncommit.sh in your profile | |
# https://github.com/falsefalse | |
function git-ioc { | |
VER="0.2" | |
ignorefile=".gitignore-oncommit" |