[PATCH] add *.relic to .gitignore

Will Woods wwoods at redhat.com
Sun Feb 10 02:10:56 UTC 2013


...this is kind of helpful if you (like me) move stuff like 'loader' to
'loader.relic' so you can look at it later without having to switch
branches or something.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 754631c..6b50474 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
 .depend
 .deps
 .libs
+*.relic
 ChangeLog
 Makefile
 Makefile.in
-- 
1.8.1



More information about the anaconda-patches mailing list