[Assorted-commits] SF.net SVN: assorted:[1804] configs/trunk/src/gitignore
Brought to you by:
yangzhang
From: <yan...@us...> - 2011-07-21 05:49:27
|
Revision: 1804 http://assorted.svn.sourceforge.net/assorted/?rev=1804&view=rev Author: yangzhang Date: 2011-07-21 05:49:21 +0000 (Thu, 21 Jul 2011) Log Message: ----------- Add .pyo to .gitignore Modified Paths: -------------- configs/trunk/src/gitignore Modified: configs/trunk/src/gitignore =================================================================== --- configs/trunk/src/gitignore 2011-07-21 05:45:29 UTC (rev 1803) +++ configs/trunk/src/gitignore 2011-07-21 05:49:21 UTC (rev 1804) @@ -7,7 +7,7 @@ *.hi .*.sw? *.class -*.pyc +*.py[co] *.o *.lo *.la This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |