1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

More gitignore for python. PyDoc in Emacs

This commit is contained in:
J. Fernando Sánchez
2015-03-20 21:21:18 +01:00
parent d7923606ef
commit 043530ca03
3 changed files with 7 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
*.log
*.sql
*.sqlite
*.db
# OS generated files #
######################
@@ -44,6 +45,7 @@ Thumbs.db
# Python
######
*.pyc
*.egg-info
# VIM
######