From 225535b1c9ffa2f4eb0bc9f53257823847cf6d65 Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Sat, 29 Oct 2011 13:06:01 -0700 Subject: [PATCH] Add .gitignore files to exclude the target directory for the various modules --- baksmali/.gitignore | 1 + dexlib/.gitignore | 1 + maven-smali-plugin/.gitignore | 1 + smali-integration-tests/.gitignore | 1 + smali/.gitignore | 1 + util/.gitignore | 1 + 6 files changed, 6 insertions(+) create mode 100644 baksmali/.gitignore create mode 100644 dexlib/.gitignore create mode 100644 maven-smali-plugin/.gitignore create mode 100644 smali-integration-tests/.gitignore create mode 100644 smali/.gitignore create mode 100644 util/.gitignore diff --git a/baksmali/.gitignore b/baksmali/.gitignore new file mode 100644 index 00000000..ea8c4bf7 --- /dev/null +++ b/baksmali/.gitignore @@ -0,0 +1 @@ +/target diff --git a/dexlib/.gitignore b/dexlib/.gitignore new file mode 100644 index 00000000..ea8c4bf7 --- /dev/null +++ b/dexlib/.gitignore @@ -0,0 +1 @@ +/target diff --git a/maven-smali-plugin/.gitignore b/maven-smali-plugin/.gitignore new file mode 100644 index 00000000..ea8c4bf7 --- /dev/null +++ b/maven-smali-plugin/.gitignore @@ -0,0 +1 @@ +/target diff --git a/smali-integration-tests/.gitignore b/smali-integration-tests/.gitignore new file mode 100644 index 00000000..ea8c4bf7 --- /dev/null +++ b/smali-integration-tests/.gitignore @@ -0,0 +1 @@ +/target diff --git a/smali/.gitignore b/smali/.gitignore new file mode 100644 index 00000000..ea8c4bf7 --- /dev/null +++ b/smali/.gitignore @@ -0,0 +1 @@ +/target diff --git a/util/.gitignore b/util/.gitignore new file mode 100644 index 00000000..ea8c4bf7 --- /dev/null +++ b/util/.gitignore @@ -0,0 +1 @@ +/target