summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-25 17:45:21 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-25 17:45:35 -0400
commit217f3b2956fe4c73dadd3b118a5b13ca6aa619bd (patch)
tree3887d9387f0c9025a6966d56c5dc3451f98f1556 /.gitignore
parentc5f19e40cab40fef572f1d4c018f12c5e0aba5c7 (diff)
.gitignore: I guess recent git dropped the the {,} notation.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 243450fea..121e16f4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,8 +4,10 @@
**/.git
**/.hg
.*
-pkg{,-libre}/
-src{,-libre}/
+pkg/
+src/
+pkg-libre/
+src-libre/
librefetch.*
*loongson*.patch*
grsecurity*.patch*