diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-05-03 17:05:53 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-05-07 14:03:32 -0300 |
commit | 549952c9acc0eb8dab750b8f43f1162f910f0fed (patch) | |
tree | e395ccd6c0b78fe35db2cfb29907cacc8dae5f93 /.gitignore | |
parent | 406464efb2d2589a010e95bccfc6733a8e49c4f5 (diff) |
Add setup script and init.d script
Also, some pep8 fixes
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,8 @@ develop-eggs .installed.cfg lib lib64 +MANIFEST +PKG-INFO # Installer logs pip-log.txt @@ -37,6 +39,10 @@ nosetests.xml # Don't upload private things *.private +# and vim's +*.swp +*.swo + # Ignore emacs temporary files *~ \#*\# |