From 4b2eb9f87a4dbced5fb414deee7be9cd694bf45e Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Wed, 24 Dec 2014 23:40:27 -0500
Subject: gitignore, ignore

* another emacs tmp file pattern
* rb dev tmp backup files, should they ever exist ignore
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 5dec69fb..aaa5ef55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,10 @@
 # git ls-files --others --exclude-from=.git/info/exclude
 *~
 \#*
+*.\#*
 *.gem
 *.gemspec
 *.qi
 *.qi.rb
+*_.rb
+*.rb_
-- 
cgit v1.2.3


From 19d976c339a95609ec3d20b8afac1dfbf41ac072 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Thu, 19 Mar 2015 17:45:17 -0400
Subject: gitignore, minor

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

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index aaa5ef55..f84b6c0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,12 @@
 *~
 \#*
 *.\#*
+*.tmp
+*_tmp
 *.gem
 *.gemspec
 *.qi
 *.qi.rb
 *_.rb
 *.rb_
+0???-*.patch
-- 
cgit v1.2.3


From 8a8d7146651076dc673c23794d47df74b43db97f Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Mon, 6 Apr 2015 22:44:47 -0400
Subject: gitignore, minor adjustment

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index f84b6c0c..8f9b2917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 # git ls-files --others --exclude-from=.git/info/exclude
 *~
+*_
 \#*
 *.\#*
 *.tmp
-- 
cgit v1.2.3


From ae2735640fa4cc14e021c416480c1d60a2e796bd Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Tue, 21 Apr 2015 13:14:28 -0400
Subject: gitignore adjustments

---
 .gitignore | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 8f9b2917..2811a579 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,8 +7,7 @@
 *_tmp
 *.gem
 *.gemspec
-*.qi
-*.qi.rb
 *_.rb
 *.rb_
+.pc
 0???-*.patch
-- 
cgit v1.2.3