Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Change list of ignored directories and files
Browse files Browse the repository at this point in the history
There were some ignored files and directories that were only applicable
to my own development workflow. I've removed those and I will encourage
users to add their prefered values to $HOME/.gitignore_global
  • Loading branch information
Armen Zambrano G committed Apr 18, 2016
1 parent 0a2aef0 commit 16c343c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.py[cod]
*.swp
*.js*

# Packages
Expand All @@ -13,16 +12,14 @@ sdist
develop-eggs
.installed.cfg
*.egg-info
*eggs

# ?
.cache

# venv
venv

# ipython notebooks
notebooks

# tox
.tox

Expand All @@ -32,3 +29,4 @@ _build
# coverage
.coverage
.idea
htmlcov

0 comments on commit 16c343c

Please sign in to comment.