mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:38:52 +03:00
BE sync
This commit is contained in:
79
.gitignore
vendored
79
.gitignore
vendored
@@ -1,28 +1,75 @@
|
||||
*.iml
|
||||
# =============================================================================
|
||||
# Android Cast — .gitignore
|
||||
#
|
||||
# Rule: ignore BUILD / LOCAL / SECRET outputs only. Never ignore whole trees
|
||||
# like gradle/ or third-party/ — that hid gradle/wrapper/ and broke ./rebuild.sh.
|
||||
#
|
||||
# TRACKED on purpose (do not add blanket rules above these):
|
||||
# gradle/wrapper/ Gradle wrapper jar + properties
|
||||
# gradle/wireguard-tunnel/build.gradle
|
||||
# third-party/README.md + submodule gitlinks (.gitmodules)
|
||||
# =============================================================================
|
||||
|
||||
# --- Gradle (daemon cache only; not gradle/wrapper/) ---
|
||||
.gradle/
|
||||
gradle/
|
||||
|
||||
# WireGuard Gradle module — build outputs only
|
||||
gradle/wireguard-tunnel/.cxx/
|
||||
gradle/wireguard-tunnel/build/
|
||||
|
||||
# --- Android / JVM ---
|
||||
/local.properties
|
||||
/.idea/
|
||||
/build/
|
||||
app/build/
|
||||
app/.cxx/
|
||||
captures/
|
||||
.DS_Store
|
||||
*.iml
|
||||
*.apk
|
||||
*.ap_
|
||||
*.dex
|
||||
third-party/*
|
||||
app/.*
|
||||
bin
|
||||
lib
|
||||
include
|
||||
|
||||
# App module outputs
|
||||
app/build/
|
||||
app/.cxx/
|
||||
|
||||
# Root + shared native/Gradle outputs
|
||||
/build/
|
||||
build/native/
|
||||
|
||||
# Desktop
|
||||
desktop/session-studio/build/
|
||||
|
||||
# --- NDK symlinks / autotools staging at repo root ---
|
||||
/bin
|
||||
/lib
|
||||
/include
|
||||
/bin/
|
||||
/lib/
|
||||
/include/
|
||||
|
||||
# Local symlink to sibling repo (not part of android cast)
|
||||
rtc_media_server
|
||||
|
||||
# --- Captures / debug dumps ---
|
||||
captures/
|
||||
.log_capture
|
||||
log_capture
|
||||
debug-capture
|
||||
__pycache__
|
||||
desktop/session-studio/build/
|
||||
build/
|
||||
debug-capture/
|
||||
|
||||
# --- PHP local config (use *.example in repo) ---
|
||||
config.php.alpine
|
||||
|
||||
# --- CI / OTA / local artifacts ---
|
||||
out/
|
||||
ota-publish/
|
||||
|
||||
# --- Scratch (not for commit) ---
|
||||
tmp/
|
||||
|
||||
# --- Python ---
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# --- Editor swap ---
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# --- OS ---
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user