-
Notifications
You must be signed in to change notification settings - Fork 674
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import into eclipse workspace (#499)
* added eclipse folders to .gitignore file * added eclipse folders to .gitignore file * added eclipse settings to gradle build * Fix minor format and fix charset errors. Change-Id: Ib1438abe6d6be592ef76381e21bb4e037e9ca1e9 Co-authored-by: Frank Liu <[email protected]>
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,9 @@ libs | |
*.dylib | ||
*.dll | ||
*.class | ||
|
||
# Eclipse | ||
.settings | ||
.project | ||
.classpath | ||
bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters