Skip to content

Commit

Permalink
Def files to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-vincent committed Aug 30, 2017
1 parent 6d954b0 commit b919af8
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
*.py[cod]

# Compiled MEX binaries (all platforms)
*.mex*

# Simulink Code Generation
slprj/

# Windows default autosave extension
*.asv

# Session info
octave-workspace

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.coveralls.yml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Temporary file and backup of editors
*~
*.bak
*.swp
\#*
.\#*

# configuration files
.ackrc

0 comments on commit b919af8

Please sign in to comment.