From 6acd45a8c1d84dff102f2bbe67d7526265cdc1fc Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmes@ufpr.br>
Date: Mon, 28 Sep 2015 16:41:41 -0300
Subject: [PATCH] Ignore data-raw/*.txt files.

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 2ae090e..5f3053b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
 Rplots.pdf
 # Emacs temp files
 \#*\#
-.\#*
\ No newline at end of file
+.\#*
+data-raw/*.txt
-- 
GitLab