Updated git tracking
to ignore and untrack generated files Change-Id: I9e79ecc3c2234ba75ae02eda66099ed04046d347 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
Binary file not shown.
@@ -27,6 +27,7 @@ public final class R {
|
||||
public static int no_reports=0x7f030006;
|
||||
public static int send=0x7f030003;
|
||||
public static int sending=0x7f030002;
|
||||
public static int sending_report=0x7f030007;
|
||||
public static int sorry=0x7f030001;
|
||||
public static int version=0x7f030005;
|
||||
}
|
||||
|
||||
2
ExceptionReportViewer/.gitignore
vendored
Normal file
2
ExceptionReportViewer/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/gen
|
||||
/bin
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -184,14 +184,16 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int main=0x7f030004;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int app_name=0x7f040007;
|
||||
public static final int app_name=0x7f040009;
|
||||
public static final int crash=0x7f040000;
|
||||
public static final int description=0x7f040004;
|
||||
public static final int hello=0x7f040006;
|
||||
public static final int hello=0x7f040008;
|
||||
public static final int no_reports=0x7f040006;
|
||||
public static final int send=0x7f040003;
|
||||
public static final int sending=0x7f040002;
|
||||
public static final int sending_report=0x7f040007;
|
||||
public static final int sorry=0x7f040001;
|
||||
public static final int there_was_an_error=0x7f040008;
|
||||
public static final int there_was_an_error=0x7f04000a;
|
||||
public static final int version=0x7f040005;
|
||||
}
|
||||
public static final class style {
|
||||
|
||||
@@ -184,14 +184,16 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int main=0x7f030004;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int app_name=0x7f040007;
|
||||
public static final int app_name=0x7f040009;
|
||||
public static final int crash=0x7f040000;
|
||||
public static final int description=0x7f040004;
|
||||
public static final int hello=0x7f040006;
|
||||
public static final int hello=0x7f040008;
|
||||
public static final int no_reports=0x7f040006;
|
||||
public static final int send=0x7f040003;
|
||||
public static final int sending=0x7f040002;
|
||||
public static final int sending_report=0x7f040007;
|
||||
public static final int sorry=0x7f040001;
|
||||
public static final int there_was_an_error=0x7f040008;
|
||||
public static final int there_was_an_error=0x7f04000a;
|
||||
public static final int version=0x7f040005;
|
||||
}
|
||||
public static final class style {
|
||||
|
||||
Reference in New Issue
Block a user