diff options
author | taeyoung2.son <taeyoung2.son@samsung.com> | 2011-07-08 14:59:16 +0900 |
---|---|---|
committer | taeyoung2.son <taeyoung2.son@samsung.com> | 2011-07-08 14:59:16 +0900 |
commit | db79a62eeddc3251367eb31d0a226b1d5e2ad196 (patch) | |
tree | 31c4f25ad1996fd999e572e2ef1d94cdc737d372 /.gitignore | |
parent | e19f53e5b7ede145c73a3d5d2faf20eaed7434d4 (diff) | |
download | common-eplugin-db79a62eeddc3251367eb31d0a226b1d5e2ad196.tar.gz common-eplugin-db79a62eeddc3251367eb31d0a226b1d5e2ad196.tar.bz2 common-eplugin-db79a62eeddc3251367eb31d0a226b1d5e2ad196.zip |
Add SLPConsole.java
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e69de29bb..21427e855 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +#binary files +bin +*.class |