From: <pj...@us...> - 2011-04-01 18:44:21
|
Revision: 7282 http://jython.svn.sourceforge.net/jython/?rev=7282&view=rev Author: pjenvey Date: 2011-04-01 18:44:14 +0000 (Fri, 01 Apr 2011) Log Message: ----------- remove ancient .cvsignores (thanks Dmitry Jemerov), add .hgignore Added Paths: ----------- trunk/jython/.hgignore Removed Paths: ------------- trunk/jython/Lib/.cvsignore trunk/jython/Lib/pawt/.cvsignore trunk/jython/Lib/test/.cvsignore trunk/jython/Misc/.cvsignore trunk/jython/Misc/htgen/.cvsignore trunk/jython/bugtests/.cvsignore trunk/jython/src/org/python/compiler/.cvsignore trunk/jython/src/org/python/core/.cvsignore trunk/jython/src/org/python/modules/.cvsignore trunk/jython/src/org/python/modules/sre/.cvsignore trunk/jython/src/org/python/util/.cvsignore trunk/jython/src/templates/.cvsignore trunk/jython/tests/java/javatests/.cvsignore Added: trunk/jython/.hgignore =================================================================== --- trunk/jython/.hgignore (rev 0) +++ trunk/jython/.hgignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -0,0 +1,27 @@ +syntax: glob +*.class +*.pyc +*.pyd +*.pyo +*.orig +*.rej +*.swp +*~ +# IntelliJ files +*.ipr +*.iml +*.iws + +.AppleDouble +.DS_Store +.classpath +.externalToolBuilders +.project +.settings +__pycache__ +ant.properties +bin +build +cachedir +dist +profile.txt Deleted: trunk/jython/Lib/.cvsignore =================================================================== --- trunk/jython/Lib/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/Lib/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1 +0,0 @@ -*.class Deleted: trunk/jython/Lib/pawt/.cvsignore =================================================================== --- trunk/jython/Lib/pawt/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/Lib/pawt/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1 +0,0 @@ -*.class Deleted: trunk/jython/Lib/test/.cvsignore =================================================================== --- trunk/jython/Lib/test/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/Lib/test/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1 +0,0 @@ -*.class Deleted: trunk/jython/Misc/.cvsignore =================================================================== --- trunk/jython/Misc/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/Misc/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1,2 +0,0 @@ -*.pyc -*.class \ No newline at end of file Deleted: trunk/jython/Misc/htgen/.cvsignore =================================================================== --- trunk/jython/Misc/htgen/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/Misc/htgen/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1,2 +0,0 @@ -*.pyc -*.class \ No newline at end of file Deleted: trunk/jython/bugtests/.cvsignore =================================================================== --- trunk/jython/bugtests/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/bugtests/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1,7 +0,0 @@ -*.jar *.class *.out *.tmp *.ser *.pyc *.err jpywork cachedir support_config.py *.zip *.diff - -.classpath -.project -.ipr -.iws -.iml Deleted: trunk/jython/src/org/python/compiler/.cvsignore =================================================================== --- trunk/jython/src/org/python/compiler/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/src/org/python/compiler/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1,2 +0,0 @@ -.AppleDouble -*.class Deleted: trunk/jython/src/org/python/core/.cvsignore =================================================================== --- trunk/jython/src/org/python/core/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/src/org/python/core/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1,2 +0,0 @@ -.AppleDouble -*.class Deleted: trunk/jython/src/org/python/modules/.cvsignore =================================================================== --- trunk/jython/src/org/python/modules/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/src/org/python/modules/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1,2 +0,0 @@ -.AppleDouble -*.class Deleted: trunk/jython/src/org/python/modules/sre/.cvsignore =================================================================== --- trunk/jython/src/org/python/modules/sre/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/src/org/python/modules/sre/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1 +0,0 @@ -*.class Deleted: trunk/jython/src/org/python/util/.cvsignore =================================================================== --- trunk/jython/src/org/python/util/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/src/org/python/util/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1,2 +0,0 @@ -.AppleDouble -*.class Deleted: trunk/jython/src/templates/.cvsignore =================================================================== --- trunk/jython/src/templates/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/src/templates/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1 +0,0 @@ -*.pyc Deleted: trunk/jython/tests/java/javatests/.cvsignore =================================================================== --- trunk/jython/tests/java/javatests/.cvsignore 2011-04-01 18:35:36 UTC (rev 7281) +++ trunk/jython/tests/java/javatests/.cvsignore 2011-04-01 18:44:14 UTC (rev 7282) @@ -1 +0,0 @@ -*.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |