Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
First commit for Loader
Change-Id: Icbfaced1a6614ccf95246d7b56e1c6d3b9bacd88
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22
.gitignore
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.DS_Store | ||
*.iml | ||
*.iws | ||
*.orig | ||
*.rej | ||
**/.keep | ||
*.sdf | ||
*.suo | ||
*.vcxproj.user | ||
*.swp | ||
*.log | ||
*.pyc | ||
.idea | ||
.svn | ||
.classpath | ||
.project | ||
.settings | ||
demo | ||
logs | ||
target | ||
gen-java | ||
build |