From b51cb581270da7021b2ea122dc059847101d56a7 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Mon, 15 Jul 2013 10:17:26 +1000 Subject: Commit .gitignore directly Rather than relying on the cloner to copy the provided gitignore.SAMPLE files. This finishes the job started in c48509598, mostly by reverting that commit and moving the two existing SAMPLE files to the final destinations. Use `.git/info/exclude` to augment the list of patterns with entries specific to your workflow. --- gitignore.SAMPLE | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 gitignore.SAMPLE (limited to 'gitignore.SAMPLE') diff --git a/gitignore.SAMPLE b/gitignore.SAMPLE deleted file mode 100644 index 7114225a4a..0000000000 --- a/gitignore.SAMPLE +++ /dev/null @@ -1,28 +0,0 @@ -# see also test/files/.gitignore -/.gitignore -/test/files/.gitignore - -*.jar -*~ - -# target directories for ant build -/build/ -/dists/ - -# other -/out/ -/bin/ -/sandbox/ - -# eclipse, intellij -/.classpath -/.project -/src/intellij/*.iml -/src/intellij/*.ipr -/src/intellij/*.iws -/.cache -/.idea -/.settings - -# bak files produced by ./cleanup-commit -*.bak -- cgit v1.2.3