Skip to content

Commit cdbb748

Browse files
committed
add .gitignore for official sdk projects
1 parent ea099df commit cdbb748

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

gitignore for official SDK.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# .gitignore for official SDK projects
2+
3+
The following files seem to be able to be excluded without any ill-effects.
4+
5+
```
6+
Debug/
7+
INIT/
8+
SDCard/
9+
FXSH_Build.bat
10+
*.dlr
11+
*.dlw
12+
eActivityIcon.bmp
13+
```

0 commit comments

Comments
 (0)