summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-08-10 12:29:08 +0300
committerCaleb Maclennan2018-08-10 12:30:31 +0300
commit8ecee1459646bf843d455d4764754043a9dcbc33 (patch)
tree0dd158359b4fc7fe8e893868e2c5d4f400ad68d6
parent2abc6d169bd6ad0157b402aad414f3fcceb9223d (diff)
downloadaur-8ecee1459646bf843d455d4764754043a9dcbc33.tar.gz
Cleanup repository and update ignores
-rw-r--r--.gitignore4
-rw-r--r--45-erewhon.conf12
-rw-r--r--90-non-tt-erewhon.conf23
3 files changed, 4 insertions, 35 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..44ebe5fe5845
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+!./.SRCINFO
+!./.gitignore
+!./PKGBUILD
+*
diff --git a/45-erewhon.conf b/45-erewhon.conf
deleted file mode 100644
index 80c7b3894d0a..000000000000
--- a/45-erewhon.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-
- <alias>
- <family>Erewhon</family>
- <default>
- <family>serif</family>
- </default>
- </alias>
-
-</fontconfig>
diff --git a/90-non-tt-erewhon.conf b/90-non-tt-erewhon.conf
deleted file mode 100644
index 3ebc348cdd76..000000000000
--- a/90-non-tt-erewhon.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
-<fontconfig>
-
- <match target="font">
- <test name="family">
- <string>Erewhon</string>
- </test>
- <edit name="antialias" mode="assign">
- <bool>true</bool>
- </edit>
- <edit name="hinting" mode="assign">
- <bool>true</bool>
- </edit>
- <edit name="hintstyle" mode="assign">
- <const>hintslight</const>
- </edit>
- <edit name="autohint" mode="assign">
- <bool>true</bool>
- </edit>
- </match>
-
-</fontconfig>