From 3bd1c7c5ff56e72d7d215f6179dcd3dda394b7bd Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Fri, 17 Jan 2014 11:13:30 +0000 Subject: [PATCH] Update .gitignores everywhere for IDEA files, etc --- .gitignore | 3 +++ android-integration/.gitignore | 2 ++ android/.gitignore | 2 ++ androidtest/.gitignore | 2 ++ core/.gitignore | 3 ++- glass-mirror/.gitignore | 2 ++ javase/.gitignore | 3 ++- zxing.appspot.com/.gitignore | 2 ++ zxingorg/.gitignore | 2 ++ 9 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 android-integration/.gitignore create mode 100644 android/.gitignore create mode 100644 androidtest/.gitignore create mode 100644 glass-mirror/.gitignore create mode 100644 zxing.appspot.com/.gitignore create mode 100644 zxingorg/.gitignore diff --git a/.gitignore b/.gitignore index eb5a316cbd..ac4af107cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ target +private +.idea +*.iml \ No newline at end of file diff --git a/android-integration/.gitignore b/android-integration/.gitignore new file mode 100644 index 0000000000..0bdd78e13a --- /dev/null +++ b/android-integration/.gitignore @@ -0,0 +1,2 @@ +target/ +*.iml \ No newline at end of file diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000000..0bdd78e13a --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,2 @@ +target/ +*.iml \ No newline at end of file diff --git a/androidtest/.gitignore b/androidtest/.gitignore new file mode 100644 index 0000000000..0bdd78e13a --- /dev/null +++ b/androidtest/.gitignore @@ -0,0 +1,2 @@ +target/ +*.iml \ No newline at end of file diff --git a/core/.gitignore b/core/.gitignore index 9f970225ad..0bdd78e13a 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -1 +1,2 @@ -target/ \ No newline at end of file +target/ +*.iml \ No newline at end of file diff --git a/glass-mirror/.gitignore b/glass-mirror/.gitignore new file mode 100644 index 0000000000..0bdd78e13a --- /dev/null +++ b/glass-mirror/.gitignore @@ -0,0 +1,2 @@ +target/ +*.iml \ No newline at end of file diff --git a/javase/.gitignore b/javase/.gitignore index 9f970225ad..0bdd78e13a 100644 --- a/javase/.gitignore +++ b/javase/.gitignore @@ -1 +1,2 @@ -target/ \ No newline at end of file +target/ +*.iml \ No newline at end of file diff --git a/zxing.appspot.com/.gitignore b/zxing.appspot.com/.gitignore new file mode 100644 index 0000000000..0bdd78e13a --- /dev/null +++ b/zxing.appspot.com/.gitignore @@ -0,0 +1,2 @@ +target/ +*.iml \ No newline at end of file diff --git a/zxingorg/.gitignore b/zxingorg/.gitignore new file mode 100644 index 0000000000..0bdd78e13a --- /dev/null +++ b/zxingorg/.gitignore @@ -0,0 +1,2 @@ +target/ +*.iml \ No newline at end of file