Skip to content

Commit 09ac17f

Browse files
authored
Update gitignore for integration test files (#1118)
1 parent 92bb156 commit 09ac17f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ testing/test_framework/external/
2828
# Local gradle properties
2929
**/local.properties
3030

31+
# Auto generates files for integration tests
32+
**/integration_test/download_googletest.py
33+
**/integration_test/external
34+
**/integration_test/src/android/
35+
**/integration_test/src/app_framework.cc
36+
**/integration_test/src/app_framework.h
37+
**/integration_test/src/desktop/
38+
**/integration_test/src/empty.swift
39+
**/integration_test/src/firebase_test_framework.cc
40+
**/integration_test/src/firebase_test_framework.h
41+
**/integration_test/src/ios/
42+
3143
# Auto generated files for firestore internal tests
3244
firestore/integration_test_internal/download_googletest.py
3345
firestore/integration_test_internal/external

0 commit comments

Comments
 (0)