From 8dd7839ac882d42a130dfee91d4b8507ef332782 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Mon, 18 Oct 2010 12:58:49 +0000 Subject: adding gitignore sample files. --- gitignore.SAMPLE | 23 +++++++++++++++++++++++ test/files/gitignore.SAMPLE | 2 ++ 2 files changed, 25 insertions(+) create mode 100644 gitignore.SAMPLE create mode 100644 test/files/gitignore.SAMPLE diff --git a/gitignore.SAMPLE b/gitignore.SAMPLE new file mode 100644 index 0000000000..331672d9de --- /dev/null +++ b/gitignore.SAMPLE @@ -0,0 +1,23 @@ +# see also test/files/.gitignore +/.gitignore +/test/files/.gitignore + +/.scala_dependencies + +# "a" and "a/" to get both file (i.e. symlink) and folder +/build +/build/ +/target +/target/ +/dists/ +/out/ +/bin/ + +/sandbox/ + +/src/intellij/*.iml +/src/intellij/*.ipr +/src/intellij/*.iws + +/project/boot/ +/project/build/target/ diff --git a/test/files/gitignore.SAMPLE b/test/files/gitignore.SAMPLE new file mode 100644 index 0000000000..161be5b55f --- /dev/null +++ b/test/files/gitignore.SAMPLE @@ -0,0 +1,2 @@ +*.log +*.obj/ -- cgit v1.2.3