Skip to content

Commit

Permalink
Updated .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Jan 8, 2020
1 parent 958d6b9 commit 284492a
Showing 1 changed file with 88 additions and 20 deletions.
108 changes: 88 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,102 @@
*~
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.lo
*.la
*.rej
*.pyc
*.pyo
*.tmp*
*.mo
*.egg
*.EGG

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
*.tmproj

# Editor backup files #
#######################
*~
*.tmp*
*.sw[op]
*#
*.#*

# Other VCSes #
###############
.hg
.bzr
.svn

# Python projects related #
###########################
*.egg-info
*.EGG-INFO
.egg-info.installed.cfg
*.pt.py
*.cpt.py
*.zpt.py
*.html.py
*.egg
*.EGG
.mr.developer.cfg
*.kpf
*.swp
*.wpr
.*.cfg
.installed.cfg
.mr.developer.cfg
.hg/
.bzr/
.svn/
venv

# Eclipse pydev related #
#########################
.project
.pydevproject
bin/
build/
develop-eggs/
downloads/
eggs/
fake-eggs/
parts/
dist/
var/
.settings

# other IDEs #
##############
# PyCharm
.idea
# Sublime Text 2
.codeintel
# Sublime Text 3
*.sublime-*


# OSX
.DS_Store
# Buildout generated folders #
##############################
bin
build
dist
develop-eggs
downloads
eggs
fake-eggs
parts
var

0 comments on commit 284492a

Please sign in to comment.