summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin Wulfe <benwu@google.com>2015-07-09 15:01:14 -0400
committerBenjamin Wulfe <benwu@google.com>2015-07-09 15:01:14 -0400
commitc292483da1cbf04fbf7560c4a92963345fad9180 (patch)
treeca0a7eddeab682e9155e3259e387fc6d2b9318a0 /.gitignore
parent005f5da39da465105c2e9297d28c7bc5db962a9d (diff)
downloadtools-c292483da1cbf04fbf7560c4a92963345fad9180.tar.gz
Adds root project and fixes some issues for local development.
Also has the following changes: 1. Creates 2 runconfigs to test IJ CE and AS 2. Creates an -as- iml for ct4as so that we can debug AS standalone 3. Removes visible-for-testing annotation as it was causing a compile failure outside of aosp 4. Consolidates flags for cloud debugger and adds a new one for switching to loop mode 5. Fixes a regression in cloud debugger that broke background watcher.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f192518
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/out
+.idea/workspace.xml