~ipython-contrib/+junk/ipython-zmq

« back to all changes in this revision

Viewing changes to .hgignore

  • Committer: ville
  • Date: 2008-02-16 09:50:47 UTC
  • mto: (0.12.1 ipython_main)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: ville@ville-pc-20080216095047-500x6dluki1iz40o
initialization (no svn history)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
syntax: glob
 
2
 
 
3
*~
 
4
*.tmp
 
5
*.pyc
 
6
*.bak
 
7
*.tgz
 
8
*.org
 
9
*.rej
 
10
.svn/
 
11
.bzr/
 
12
.settings/
 
13
.project
 
14
*.diff
 
15
IPython_crash_report.txt
 
16
 
 
17
syntax: regexp
 
18
.*\#.*\#$