Skip to content
Snippets Groups Projects
.gitignore 596 B
Newer Older
######################
# Section for 'ignore patterns' from the project-template
#
# !! Don't edit anything in this section to avoid merge conflics !!
######################
.pydevproject
#files ending with ~ are emacs backups
#files ending with .swp might show up when using vi
*.swp

######################
# Project specific 'ignore patterns'
#
# Put you project specific ignores below.
# If they are generally useful consider adding them to the 
# project-template and the merge them in.
######################