From: Bdale Garbee Date: Tue, 7 Dec 2010 17:15:44 +0000 (-0700) Subject: consolidate to single gafrc config file for gschem/gattrib/gnetlist, etc X-Git-Tag: quote-v1.1~10 X-Git-Url: https://git.gag.com/?p=hw%2Ftelemetrum;a=commitdiff_plain;h=caee90bc9e1e932a30e0e1a06bcf8525b7ea47ab consolidate to single gafrc config file for gschem/gattrib/gnetlist, etc --- diff --git a/gafrc b/gafrc new file mode 100644 index 0000000..55565aa --- /dev/null +++ b/gafrc @@ -0,0 +1,2 @@ +;; list libraries here. order matters as this sets the search order +(component-library "../bdale/sym") diff --git a/gattribrc b/gattribrc deleted file mode 120000 index 441e62e..0000000 --- a/gattribrc +++ /dev/null @@ -1 +0,0 @@ -gschemrc \ No newline at end of file diff --git a/gnetlistrc b/gnetlistrc deleted file mode 120000 index 441e62e..0000000 --- a/gnetlistrc +++ /dev/null @@ -1 +0,0 @@ -gschemrc \ No newline at end of file diff --git a/gschemrc b/gschemrc deleted file mode 100644 index 55565aa..0000000 --- a/gschemrc +++ /dev/null @@ -1,2 +0,0 @@ -;; list libraries here. order matters as this sets the search order -(component-library "../bdale/sym")