summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-08-09 17:08:57 +0200
committerAshley Camba Garrido <ashwoods@gmail.com>2017-08-09 17:12:00 +0200
commit1c377bc28f199ba67ae66b799588075e13dcc609 (patch)
tree76cd01582f61c01565671284f1b56920e676c83c
parentea260cef86a619bcb8e765a2567feef5163024ad (diff)
downloadraven-1c377bc28f199ba67ae66b799588075e13dcc609.tar.gz
Add .python-version to gitignore
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f3089cb..8270081 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
*.egg
*.db
*.pid
+.python-version
.coverage
.DS_Store
.tox
@@ -24,4 +25,4 @@ lib/
.idea
.eggs
venv
-.vscode/tags \ No newline at end of file
+.vscode/tags