Skip to content

Commit 323d538

Browse files
authored
Move directory in .gitignore (#1787)
1 parent c0fa4ba commit 323d538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Two-trick pony for OSX and other case insensitive file systems:
22
# Ignore ./python binary on Unix but still look into ./Python/ directory.
3-
.idea/
43
/python
54
!/Python/
65
*.cover
@@ -76,6 +75,7 @@ config.status.lineno
7675
core
7776
db_home
7877
.hg/
78+
.idea/
7979
ipch/
8080
libpython*.a
8181
libpython*.so*

0 commit comments

Comments
 (0)