From 0982269eb385371c2148c4e00dc5c1e5fb6f58e5 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 5 Dec 2014 21:53:36 -0500 Subject: Update .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4709b06..d8f4b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,18 @@ + +bin/* +!bin/dotfiles + *.pyc *.pyo __pycache__/ + .venv/ .tox/ +.bundle/ + build/ dist/ dotfiles.egg-info/ + +Gemfile +Gemfile.lock -- cgit v1.2.3