diff options
author | Daniel Oeh <daniel@daniel-pc.(none)> | 2011-12-23 19:22:06 +0100 |
---|---|---|
committer | Daniel Oeh <daniel@daniel-pc.(none)> | 2011-12-23 19:22:06 +0100 |
commit | c9283f09dced6f156e13675ef4c13ebeb20cb9e5 (patch) | |
tree | 833961a4fd03b94086223dba9f658cb2841cbe77 /.gitignore | |
download | AntennaPod-c9283f09dced6f156e13675ef4c13ebeb20cb9e5.zip |
Initial Commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d0fa551e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Backup files +*~ |