[Jython-checkins] jython (2.5): Add .hgignore to 2.5.

frank.wierzbicki jython-checkins at python.org
Mon Sep 5 01:48:42 CEST 2011


http://hg.python.org/jython/rev/8831af94a9fc
changeset:   6245:8831af94a9fc
branch:      2.5
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Sun Sep 04 16:37:27 2011 -0700
summary:
  Add .hgignore to 2.5.

files:
  .hgignore |  27 +++++++++++++++++++++++++++
  1 files changed, 27 insertions(+), 0 deletions(-)


diff --git a/.hgignore b/.hgignore
new file mode 100644
--- /dev/null
+++ b/.hgignore
@@ -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

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list