From 9bf9f95a0c06b595ff0a3c4e4d120a73eba5eaf5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Sep 2011 17:58:50 +0000 Subject: [PATCH] Preapre move to git --- .cvsignore | 1 + .gitignore | 10 ++++++++++ default.properties | 11 ----------- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100755 .gitignore delete mode 100644 default.properties diff --git a/.cvsignore b/.cvsignore index af957e85963..bb36fc7af21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -11,3 +11,4 @@ documents DEBIAN install.lock *.patch +default.properties diff --git a/.gitignore b/.gitignore new file mode 100755 index 00000000000..6daf64aa0ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +htdocs/conf/conf.php +htdocs/conf/conf.php.old +documents/ +custom/ +custom2/ +nbproject +default.properties +.settings/ +.buildpath +.gitmodules diff --git a/default.properties b/default.properties deleted file mode 100644 index 7cc29631d3e..00000000000 --- a/default.properties +++ /dev/null @@ -1,11 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Indicates whether an apk should be generated for each density. -split.density=false