From e84bdad47f03d6c0c0f19b5c113ba8923c775596 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Sun, 19 Jan 2014 21:57:36 +0000 Subject: Git-ignore files generated during Gradle build These are some of the files/dirs (that you wouldn't want to check-in to source-control) that I see after getting the gradle-build going: --- .gitignore | 2 ++ pg/.gitignore | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 pg/.gitignore diff --git a/.gitignore b/.gitignore index d08739a4..2800b03c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ bin/ build/ .settings/ +.idea +*.iml diff --git a/pg/.gitignore b/pg/.gitignore new file mode 100644 index 00000000..15b49f20 --- /dev/null +++ b/pg/.gitignore @@ -0,0 +1,4 @@ +/*.txt +/*.asc +/*.bpg + -- cgit v1.2.3