Skip to content

Commit

Permalink
MAINT: gitignoring typical editor files, taken from Scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
David Menéndez Hurtado committed Jun 5, 2015
1 parent 9226bf5 commit 99e1c54
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.idea/
*.pyc
*.swp
.#*
[#]*#
*~
*$
*.bak
.idea/*
*.kdev4
*.org
.project
.pydevproject
*.rej
.settings/
.*.sw[nop]
.sw[nop]
*.tmp
*.vim
tags

0 comments on commit 99e1c54

Please sign in to comment.