diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-05-24 09:24:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-24 09:24:49 -0700 |
commit | 323d538fec78af8eaffc9449a7b9e0ba92d985fc (patch) | |
tree | d85d73d9c826decbe69eeb83091ef2675244a3e5 /.gitignore | |
parent | Add .idea and .iml to .gitignore (#1764) (diff) | |
download | cpython-323d538fec78af8eaffc9449a7b9e0ba92d985fc.tar.gz cpython-323d538fec78af8eaffc9449a7b9e0ba92d985fc.tar.bz2 cpython-323d538fec78af8eaffc9449a7b9e0ba92d985fc.zip |
Move directory in .gitignore (#1787)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index de4c573fad6..03c8268b761 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Two-trick pony for OSX and other case insensitive file systems: # Ignore ./python binary on Unix but still look into ./Python/ directory. -.idea/ /python !/Python/ *.cover @@ -76,6 +75,7 @@ config.status.lineno core db_home .hg/ +.idea/ ipch/ libpython*.a libpython*.so* |