From e2e8562501b6465072bcf8b92f27b7d15335928f Mon Sep 17 00:00:00 2001 From: Gavin Simpson Date: Sun, 18 May 2014 09:26:08 -0600 Subject: [PATCH] add ignore file for git to ignore various backup and example files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfca7a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# History files +.Rhistory + +# Example code in package build process +*-Ex.R + +## ignore backup files +*~ \ No newline at end of file