summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjoeflack4 <joeflack4@gmail.com>2018-09-19 12:42:05 -0400
committerjoeflack4 <joeflack4@gmail.com>2018-09-19 12:42:05 -0400
commit1eadacc8da624e5883d91040a7058b58557b400e (patch)
tree1fb4d1411ecdc64b40bb1513c719ad6719436c7b /.gitignore
parent4f86e36471749397aeb30b6c29edffa7b3bdefc6 (diff)
downloadpython-setuptools-git-1eadacc8da624e5883d91040a7058b58557b400e.tar.gz
Added .idea/ to gitignore, to cover cases where people are using a Jetbrains text editor.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1f58eb31..0c272d1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,5 @@ setuptools.egg-info
*~
.hg*
.cache
+.idea/
.pytest_cache/