[Assorted-commits] SF.net SVN: assorted:[1066] configs/trunk/src
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-11-07 20:02:41
|
Revision: 1066 http://assorted.svn.sourceforge.net/assorted/?rev=1066&view=rev Author: yangzhang Date: 2008-11-07 20:02:28 +0000 (Fri, 07 Nov 2008) Log Message: ----------- added .gitignore; added more aliases to .gitconfig Modified Paths: -------------- configs/trunk/src/gitconfig Added Paths: ----------- configs/trunk/src/gitignore Modified: configs/trunk/src/gitconfig =================================================================== --- configs/trunk/src/gitconfig 2008-11-06 22:12:00 UTC (rev 1065) +++ configs/trunk/src/gitconfig 2008-11-07 20:02:28 UTC (rev 1066) @@ -2,6 +2,10 @@ b = branch ci = commit -a co = checkout + com = commit h = help + pr = pull --rebase llog = log --date=local st = status +[core] + excludesfile = /home/yang/.gitignore Added: configs/trunk/src/gitignore =================================================================== --- configs/trunk/src/gitignore (rev 0) +++ configs/trunk/src/gitignore 2008-11-07 20:02:28 UTC (rev 1066) @@ -0,0 +1,21 @@ +tags +cscope.* +*.aux +*.aux +*.elc +*.ml[io] +*.hi +.*.sw? +*.class +*.pyc +*.o +*.lo +*.la +#*# +.*.rej +*.rej +.*~ +*~ +.#* +.DS_Store +.project.vim This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |