Skip to content

Commit 351d217

Browse files
committed
Added .gitignore (based on the result of git svn show-ignore against the old google code repo).
1 parent 05b0395 commit 351d217

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*.iml
2+
/*.ipr
3+
/*.iws
4+
/.classpath
5+
/.idea
6+
/.project
7+
/.settings
8+
/derby.log
9+
/ibderby
10+
/nb*
11+
/release.properties
12+
/target
13+
/test.db.lck
14+
/test.db.log
15+
/test.db.properties
16+
/test.db.script
17+
/test.db.tmp
18+
/src/docbkx

0 commit comments

Comments
 (0)