Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit dbd68ab

Browse files
committed
Updated .gitignore.
1 parent b61d6ca commit dbd68ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ engine/src/startupstack.cpp
77
engine/src/linuxstubs.cpp
88
engine/include/revbuild.h
99
lcidlc/src/EncodedSupport.c
10+
lcidlc/src/EncodedJavaSupport.c
11+
*/derived_src/*
1012
IMarketBillingService.java
1113
crypt.cpp
1214
crypt.h
@@ -64,6 +66,8 @@ Thumbs.db
6466
#########################
6567
*.pbxuser
6668
*.perspectivev3
69+
*.xcworkspace
70+
*.xcworkspacedata
6771
xcuserdata/
6872
*.vcproj.*.user
6973
*.ncb
@@ -74,3 +78,7 @@ xcuserdata/
7478
_build/
7579
_cache/
7680
build/
81+
82+
# SDKs #
83+
#################
84+
sdks/

0 commit comments

Comments
 (0)