Skip to content

Commit 62e5411

Browse files
gangeliStanford NLP
authored and
Stanford NLP
committed
Update .gitignore a bit
1 parent f3b57a9 commit 62e5411

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
!classes/.gitignore
2+
*.pyc
3+
*.swp
4+
*.swo
5+
*.o
6+
*.so
7+
.DS_Store
8+
.settings/**

classes/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)