diff options
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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* |