From c77aff6fc2ee810531efc268b5b3003f3ac8a89a Mon Sep 17 00:00:00 2001 From: Nikhil Peter Raj Date: Tue, 25 Feb 2014 23:43:59 +0530 Subject: Removed Thumbs.db,added to gitignore --- .gitignore | 3 +++ OpenPGP-Keychain/src/main/res/drawable-hdpi/Thumbs.db | Bin 4608 -> 0 bytes OpenPGP-Keychain/src/main/res/drawable-mdpi/Thumbs.db | Bin 3584 -> 0 bytes OpenPGP-Keychain/src/main/res/drawable-xhdpi/Thumbs.db | Bin 5120 -> 0 bytes OpenPGP-Keychain/src/main/res/drawable-xxhdpi/Thumbs.db | Bin 6144 -> 0 bytes 5 files changed, 3 insertions(+) delete mode 100644 OpenPGP-Keychain/src/main/res/drawable-hdpi/Thumbs.db delete mode 100644 OpenPGP-Keychain/src/main/res/drawable-mdpi/Thumbs.db delete mode 100644 OpenPGP-Keychain/src/main/res/drawable-xhdpi/Thumbs.db delete mode 100644 OpenPGP-Keychain/src/main/res/drawable-xxhdpi/Thumbs.db diff --git a/.gitignore b/.gitignore index 71c11b159..c4f2c8ad0 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ pom.xml.* #IntelliJ IDEA .idea *.iml + +#OS Specific +[Tt]humbs.db diff --git a/OpenPGP-Keychain/src/main/res/drawable-hdpi/Thumbs.db b/OpenPGP-Keychain/src/main/res/drawable-hdpi/Thumbs.db deleted file mode 100644 index 37eba349e..000000000 Binary files a/OpenPGP-Keychain/src/main/res/drawable-hdpi/Thumbs.db and /dev/null differ diff --git a/OpenPGP-Keychain/src/main/res/drawable-mdpi/Thumbs.db b/OpenPGP-Keychain/src/main/res/drawable-mdpi/Thumbs.db deleted file mode 100644 index 824007986..000000000 Binary files a/OpenPGP-Keychain/src/main/res/drawable-mdpi/Thumbs.db and /dev/null differ diff --git a/OpenPGP-Keychain/src/main/res/drawable-xhdpi/Thumbs.db b/OpenPGP-Keychain/src/main/res/drawable-xhdpi/Thumbs.db deleted file mode 100644 index e82c912ed..000000000 Binary files a/OpenPGP-Keychain/src/main/res/drawable-xhdpi/Thumbs.db and /dev/null differ diff --git a/OpenPGP-Keychain/src/main/res/drawable-xxhdpi/Thumbs.db b/OpenPGP-Keychain/src/main/res/drawable-xxhdpi/Thumbs.db deleted file mode 100644 index 3375b7b80..000000000 Binary files a/OpenPGP-Keychain/src/main/res/drawable-xxhdpi/Thumbs.db and /dev/null differ -- cgit v1.2.3