2011-04-12 10:47:39 +02:00
|
|
|
# LS_COLORS
|
2014-06-02 18:38:22 +02:00
|
|
|
# Maintainers: Magnus Woldrich <m@japh.se>,
|
|
|
|
# Ryan Delaney <ryan.delaney@gmail.com> OpenGPG: 0D98863B4E1D07B6
|
|
|
|
# URL: https://github.com/trapd00r/LS_COLORS
|
|
|
|
# Version: 0.254
|
|
|
|
# Updated: Sun Jun 1 14:36:30 PDT 2014
|
2011-04-12 10:47:39 +02:00
|
|
|
#
|
|
|
|
# This is a collection of extension:color mappings, suitable to use as your
|
|
|
|
# LS_COLORS environment variable. Most of them use the extended color map,
|
|
|
|
# described in the ECMA-48 document; in other words, you'll need a terminal
|
|
|
|
# with capabilities of displaying 256 colors.
|
|
|
|
#
|
|
|
|
# As of this writing, around 300 different filetypes/extensions is supported.
|
|
|
|
# That's indeed a lot of extensions, but there's a lot more! Therefore I need
|
|
|
|
# your help.
|
|
|
|
#
|
|
|
|
# Fork this project on github, add the extensions you are missing, and send me
|
|
|
|
# a pull request.
|
|
|
|
#
|
|
|
|
# For files that usually ends up next to each other, like html, css and js,
|
|
|
|
# try to pick colors that fit nicely together. Filetypes with multiple
|
|
|
|
# possible extensions, like htm and html, should have the same color.
|
|
|
|
|
2014-06-02 19:22:48 +02:00
|
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
|
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE. See the Perl Artistic License for more details.
|
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify it under
|
|
|
|
# the terms of the Perl Artistic License as published by the Perl Foundation,
|
|
|
|
# either version 1.0 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the Perl Artistic License along
|
|
|
|
# with this program. If not, see <http://www.perlfoundation.org/artistic_license_1_0>.
|
|
|
|
|
2014-03-24 21:44:50 +01:00
|
|
|
# core {{{1
|
2011-04-12 10:47:39 +02:00
|
|
|
BLK 38;5;68
|
|
|
|
CAPABILITY 38;5;17
|
|
|
|
CHR 38;5;113;1
|
|
|
|
DIR 38;5;30
|
|
|
|
DOOR 38;5;127
|
2014-05-30 00:25:01 +02:00
|
|
|
EXEC 38;5;208;1
|
2011-04-12 10:47:39 +02:00
|
|
|
FIFO 38;5;126
|
|
|
|
FILE 38;5;253
|
|
|
|
LINK target
|
|
|
|
MULTIHARDLINK 38;5;220;1
|
2013-04-10 12:59:43 +02:00
|
|
|
# "NORMAL don't reset the bold attribute -
|
|
|
|
# https://github.com/trapd00r/LS_COLORS/issues/11
|
|
|
|
#NORMAL 38;5;254
|
2011-04-12 10:47:39 +02:00
|
|
|
ORPHAN 48;5;196;38;5;232;1
|
2012-05-09 16:21:49 +02:00
|
|
|
OTHER_WRITABLE 38;5;220;1
|
|
|
|
SETGID 48;5;234;38;5;100;1
|
2011-04-12 10:47:39 +02:00
|
|
|
SETUID 38;5;137
|
|
|
|
SOCK 38;5;197
|
2012-05-09 16:21:49 +02:00
|
|
|
STICKY 38;5;86;48;5;234
|
|
|
|
STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
2011-04-12 10:47:39 +02:00
|
|
|
|
2013-04-04 13:56:45 +02:00
|
|
|
*LS_COLORS 48;5;89;38;5;197;1;3;4;7 # :-)
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# documents {{{1
|
2014-05-30 00:35:12 +02:00
|
|
|
*README 38;5;220;1
|
2014-06-02 19:36:53 +02:00
|
|
|
*LICENSE 38;5;220;1
|
2014-05-29 23:44:39 +02:00
|
|
|
.log 38;5;190
|
2014-06-02 20:56:01 +02:00
|
|
|
.description 1
|
2014-05-29 23:36:37 +02:00
|
|
|
# plain-text {{{2
|
2014-05-29 23:44:39 +02:00
|
|
|
.txt 38;5;253
|
2014-05-29 23:36:37 +02:00
|
|
|
# markup {{{2
|
2014-05-29 23:44:39 +02:00
|
|
|
.etx 38;5;184
|
|
|
|
.info 38;5;184
|
2014-03-24 18:33:37 +01:00
|
|
|
.markdown 38;5;184
|
|
|
|
.md 38;5;184
|
|
|
|
.mkd 38;5;184
|
2014-05-29 23:44:39 +02:00
|
|
|
.nfo 38;5;184
|
|
|
|
.tex 38;5;184
|
|
|
|
.textile 38;5;184
|
|
|
|
# key-value, non-relational data {{{2
|
2014-06-03 18:04:15 +02:00
|
|
|
.pgn 38;5;178
|
2014-06-02 19:57:57 +02:00
|
|
|
.xml 38;5;178
|
|
|
|
.json 38;5;178
|
|
|
|
.yml 38;5;178
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# binary {{{2
|
2014-05-29 23:36:37 +02:00
|
|
|
.cbr 38;5;141
|
|
|
|
.cbz 38;5;141
|
|
|
|
.chm 38;5;141
|
2014-03-24 18:41:55 +01:00
|
|
|
.djvu 38;5;141
|
2014-05-29 23:36:37 +02:00
|
|
|
.pdf 38;5;141
|
|
|
|
.PDF 38;5;141
|
2014-03-27 18:53:19 +01:00
|
|
|
# words {{{3
|
2014-03-24 18:41:55 +01:00
|
|
|
.docm 38;5;111;4
|
2014-06-03 18:04:36 +02:00
|
|
|
.doc 38;5;111
|
2014-03-24 18:41:55 +01:00
|
|
|
.docx 38;5;111
|
2014-05-29 23:44:39 +02:00
|
|
|
.eps 38;5;111
|
|
|
|
.odb 38;5;111
|
2014-03-24 18:41:55 +01:00
|
|
|
.odt 38;5;111
|
2014-03-27 18:53:19 +01:00
|
|
|
# presentation {{{3
|
|
|
|
.odp 38;5;166
|
2014-03-24 18:41:55 +01:00
|
|
|
.pps 38;5;166
|
|
|
|
.ppt 38;5;166
|
2014-03-27 18:53:19 +01:00
|
|
|
# spreadsheet {{{3
|
2014-05-29 23:36:37 +02:00
|
|
|
.csv 38;5;78
|
2014-03-27 18:53:19 +01:00
|
|
|
# Open document spreadsheet
|
|
|
|
.ods 38;5;112
|
2014-03-24 18:41:55 +01:00
|
|
|
.xla 38;5;76
|
2014-03-27 18:53:19 +01:00
|
|
|
# Excel spreadsheet
|
2014-03-24 18:41:55 +01:00
|
|
|
.xlsx 38;5;112
|
2014-03-27 18:53:19 +01:00
|
|
|
# Excel spreadsheet with macros
|
2014-03-24 18:41:55 +01:00
|
|
|
.xlsxm 38;5;112;4
|
2014-03-27 18:53:19 +01:00
|
|
|
# Excel module
|
2014-03-24 18:41:55 +01:00
|
|
|
.xltm 38;5;73;4
|
|
|
|
.xltx 38;5;73
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# }}}
|
2014-04-04 19:22:56 +02:00
|
|
|
# configs {{{2
|
|
|
|
.cfg 1
|
|
|
|
.conf 1
|
2014-05-30 00:13:11 +02:00
|
|
|
.ini 1
|
2014-04-04 19:22:56 +02:00
|
|
|
.rc 1
|
|
|
|
# vim
|
|
|
|
.vim 1
|
2014-05-30 00:13:11 +02:00
|
|
|
.viminfo 1
|
2014-04-04 19:22:56 +02:00
|
|
|
# cisco VPN client configuration
|
2014-05-30 00:13:11 +02:00
|
|
|
.pcf 1
|
2014-05-30 00:39:34 +02:00
|
|
|
# adobe photoshop proof settings file
|
|
|
|
.psf 1
|
2014-04-04 19:22:56 +02:00
|
|
|
# }}}
|
2014-04-09 23:04:16 +02:00
|
|
|
# }}}
|
2014-03-24 21:32:57 +01:00
|
|
|
# code {{{1
|
|
|
|
# version control {{{2
|
2011-04-12 10:47:39 +02:00
|
|
|
.git 38;5;197
|
|
|
|
.gitignore 38;5;240
|
2014-02-16 22:35:21 +01:00
|
|
|
.gitattributes 38;5;240
|
2014-05-30 00:25:01 +02:00
|
|
|
.gitmodules 38;5;240
|
2014-03-24 21:11:40 +01:00
|
|
|
|
2014-03-24 21:44:50 +01:00
|
|
|
# shell {{{2
|
2014-05-30 00:25:01 +02:00
|
|
|
.awk 38;5;172
|
|
|
|
.bash 38;5;172
|
|
|
|
.bat 38;5;172
|
|
|
|
.BAT 38;5;172
|
|
|
|
.sed 38;5;172
|
|
|
|
.sh 38;5;172
|
|
|
|
.zsh 38;5;172
|
2014-03-24 21:11:40 +01:00
|
|
|
|
2014-03-24 21:32:57 +01:00
|
|
|
# interpreted {{{2
|
2014-03-24 18:41:55 +01:00
|
|
|
.ahk 38;5;29;1
|
2014-05-29 23:32:58 +02:00
|
|
|
.py 38;5;41
|
|
|
|
# sql
|
2014-04-07 22:16:43 +02:00
|
|
|
.msql 38;5;222
|
|
|
|
.mysql 38;5;222
|
2014-03-24 18:33:37 +01:00
|
|
|
.pgsql 38;5;222
|
|
|
|
.sql 38;5;222
|
2014-03-27 18:53:19 +01:00
|
|
|
# Tool Command Language
|
|
|
|
.tcl 38;5;64;1
|
2014-03-24 21:11:40 +01:00
|
|
|
|
2014-03-24 21:32:57 +01:00
|
|
|
# compiled {{{2
|
2014-03-24 18:51:38 +01:00
|
|
|
#
|
2014-03-24 20:35:02 +01:00
|
|
|
# assembly language
|
2014-05-30 00:35:12 +02:00
|
|
|
.asm 38;5;81
|
2014-03-24 18:51:38 +01:00
|
|
|
# LISP
|
2014-05-30 00:35:12 +02:00
|
|
|
.cl 38;5;81
|
|
|
|
.lisp 38;5;81
|
2014-03-27 18:53:19 +01:00
|
|
|
# lua
|
2014-05-30 00:35:12 +02:00
|
|
|
.lua 38;5;81
|
2014-03-24 18:51:38 +01:00
|
|
|
# C
|
2014-05-30 00:35:12 +02:00
|
|
|
.c 38;5;81
|
|
|
|
.C 38;5;81
|
|
|
|
.h 38;5;110
|
|
|
|
.H 38;5;110
|
|
|
|
.tcc 38;5;110
|
2014-03-24 18:51:38 +01:00
|
|
|
# C++
|
2014-05-30 00:35:12 +02:00
|
|
|
.c++ 38;5;81
|
|
|
|
.h++ 38;5;110
|
|
|
|
.hpp 38;5;110
|
|
|
|
.hxx 38;5;110
|
|
|
|
.ii 38;5;110
|
2014-03-27 18:53:19 +01:00
|
|
|
# method file for Objective C
|
2014-05-30 00:35:12 +02:00
|
|
|
.M 38;5;110
|
|
|
|
.m 38;5;110
|
2014-03-24 18:51:38 +01:00
|
|
|
# Csharp
|
2014-05-30 00:35:12 +02:00
|
|
|
.cc 38;5;81
|
|
|
|
.cs 38;5;81
|
|
|
|
.cp 38;5;81
|
|
|
|
.cpp 38;5;81
|
|
|
|
.cxx 38;5;81
|
2014-03-24 18:51:38 +01:00
|
|
|
# fortran
|
Add more source code extensions.
- C .ii
- C++ .C, .cp, .cxx, .c++, .ii, .H, .hpp, .hxx, .h++, .tcc
- Fortran .f, .for, .ftn
- Assembly .s, .S, .sx
- Obj-C .M
2013-04-23 03:25:56 +02:00
|
|
|
.f 38;5;81
|
|
|
|
.for 38;5;81
|
|
|
|
.ftn 38;5;81
|
2014-03-24 18:51:38 +01:00
|
|
|
# pascal
|
2014-05-30 00:35:12 +02:00
|
|
|
.s 38;5;110
|
|
|
|
.S 38;5;110
|
2014-03-24 18:51:38 +01:00
|
|
|
# ?
|
Add more source code extensions.
- C .ii
- C++ .C, .cp, .cxx, .c++, .ii, .H, .hpp, .hxx, .h++, .tcc
- Fortran .f, .for, .ftn
- Assembly .s, .S, .sx
- Obj-C .M
2013-04-23 03:25:56 +02:00
|
|
|
.sx 38;5;81
|
2014-03-24 18:51:38 +01:00
|
|
|
# interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9
|
2014-05-30 00:35:12 +02:00
|
|
|
.hi 38;5;110
|
2014-03-24 18:51:38 +01:00
|
|
|
# haskell
|
2014-05-30 00:35:12 +02:00
|
|
|
.hs 38;5;81
|
2014-03-24 21:11:40 +01:00
|
|
|
|
2014-03-24 21:32:57 +01:00
|
|
|
# binaries {{{2
|
|
|
|
# compiled apps for interpreted languages
|
2014-03-24 18:33:37 +01:00
|
|
|
.PL 38;5;160
|
|
|
|
.pyc 38;5;240
|
2014-04-09 23:04:16 +02:00
|
|
|
# }}}
|
2014-03-24 21:44:50 +01:00
|
|
|
# html {{{2
|
2014-05-30 17:24:23 +02:00
|
|
|
.css 38;5;125;1
|
2011-04-12 10:47:39 +02:00
|
|
|
.htm 38;5;125;1
|
|
|
|
.html 38;5;125;1
|
2014-05-30 00:35:12 +02:00
|
|
|
.jhtm 38;5;125;1
|
2014-04-09 23:04:16 +02:00
|
|
|
# }}}
|
2014-03-24 21:44:50 +01:00
|
|
|
# java {{{2
|
2014-05-30 17:24:23 +02:00
|
|
|
.coffee 38;5;074;1
|
|
|
|
.java 38;5;074;1
|
|
|
|
.js 38;5;074;1
|
|
|
|
.jsm 38;5;074;1
|
|
|
|
.jsm 38;5;074;1
|
|
|
|
.jsp 38;5;074;1
|
2014-04-09 23:04:16 +02:00
|
|
|
# }}}
|
2014-03-27 18:53:19 +01:00
|
|
|
# php {{{2
|
2014-05-30 00:35:12 +02:00
|
|
|
.php 38;5;81
|
2014-03-27 18:53:19 +01:00
|
|
|
# CakePHP view scripts and helpers
|
2014-05-30 00:35:12 +02:00
|
|
|
.ctp 38;5;81
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# Build stuff {{{2
|
2014-05-30 00:35:12 +02:00
|
|
|
*Makefile 38;5;155
|
2013-04-04 13:56:45 +02:00
|
|
|
*MANIFEST 38;5;243
|
|
|
|
*pm_to_blib 38;5;240
|
2014-05-30 00:35:12 +02:00
|
|
|
# automake
|
2011-04-21 17:38:02 +02:00
|
|
|
.am 38;5;242
|
|
|
|
.in 38;5;242
|
2011-04-12 10:47:39 +02:00
|
|
|
.old 38;5;242
|
|
|
|
.out 38;5;46;1
|
2014-03-27 18:53:19 +01:00
|
|
|
.SKIP 38;5;244
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# patch files {{{2
|
|
|
|
.diff 48;5;197;38;5;232
|
|
|
|
.patch 48;5;197;38;5;232;1
|
|
|
|
#}}}
|
|
|
|
# graphics {{{1
|
2014-05-30 00:37:04 +02:00
|
|
|
.bmp 38;5;97
|
|
|
|
.cdr 38;5;97
|
|
|
|
.gif 38;5;97
|
|
|
|
.go 38;5;97
|
|
|
|
.ico 38;5;97
|
|
|
|
.jpeg 38;5;97
|
|
|
|
.JPG 38;5;97
|
|
|
|
.jpg 38;5;97
|
|
|
|
.nth 38;5;97
|
|
|
|
.png 38;5;97
|
|
|
|
.svg 38;5;97
|
|
|
|
.xpm 38;5;97
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# video {{{1
|
2011-04-12 10:47:39 +02:00
|
|
|
.avi 38;5;114
|
2014-05-29 23:32:58 +02:00
|
|
|
.divx 38;5;114
|
|
|
|
.IFO 38;5;114
|
|
|
|
.m2v 38;5;114
|
|
|
|
.mkv 38;5;114
|
|
|
|
.MOV 38;5;114
|
|
|
|
.mov 38;5;114
|
|
|
|
.mp4 38;5;114
|
|
|
|
.mpeg 38;5;114
|
|
|
|
.mpg 38;5;114
|
|
|
|
.ogm 38;5;114
|
|
|
|
.rmvb 38;5;114
|
|
|
|
.sample 38;5;114
|
|
|
|
.wmv 38;5;114
|
2014-04-04 19:42:02 +02:00
|
|
|
# mobile/streaming {{{2
|
2014-05-29 23:32:58 +02:00
|
|
|
.3g2 38;5;115
|
|
|
|
.3gp 38;5;115
|
|
|
|
.gp3 38;5;115
|
|
|
|
.webm 38;5;115
|
2014-04-04 19:42:02 +02:00
|
|
|
.gp4 38;5;115
|
2014-05-29 23:32:58 +02:00
|
|
|
.asf 38;5;115
|
|
|
|
.flv 38;5;115
|
|
|
|
.ts 38;5;115
|
|
|
|
.ogv 38;5;115
|
|
|
|
.f4v 38;5;115
|
2014-04-04 19:42:02 +02:00
|
|
|
# }}}
|
|
|
|
# lossless {{{2
|
2014-05-29 23:32:58 +02:00
|
|
|
.VOB 38;5;115;1
|
|
|
|
.vob 38;5;115;1
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# audio {{{1
|
2014-05-30 00:12:32 +02:00
|
|
|
.3ga 38;5;137;1
|
|
|
|
.S3M 38;5;137;1
|
|
|
|
.aac 38;5;137;1
|
|
|
|
.dat 38;5;137;1
|
|
|
|
.dts 38;5;137;1
|
|
|
|
.fcm 38;5;137;1
|
2011-04-12 10:47:39 +02:00
|
|
|
.m4a 38;5;137;1
|
2014-05-30 00:12:32 +02:00
|
|
|
.mid 38;5;137;1
|
|
|
|
.midi 38;5;137;1
|
|
|
|
.mod 38;5;137;1
|
|
|
|
.mp3 38;5;137;1
|
|
|
|
.oga 38;5;137;1
|
|
|
|
.ogg 38;5;137;1
|
|
|
|
.s3m 38;5;137;1
|
|
|
|
.sid 38;5;137;1
|
|
|
|
# lossless
|
|
|
|
.ape 38;5;136;1
|
|
|
|
.flac 38;5;136;1
|
|
|
|
.wav 38;5;136;1
|
|
|
|
.wv 38;5;136;1
|
|
|
|
.wvc 38;5;136;1
|
|
|
|
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# fonts {{{1
|
2014-05-30 00:39:34 +02:00
|
|
|
.afm 38;5;66
|
|
|
|
.pfb 38;5;66
|
|
|
|
.pfm 38;5;66
|
2013-06-16 07:12:24 +02:00
|
|
|
.ttf 38;5;66
|
2014-03-27 18:53:19 +01:00
|
|
|
# postscript fonts
|
2014-05-30 00:39:34 +02:00
|
|
|
.PFA 38;5;66
|
|
|
|
.pfa 38;5;66
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# archives {{{1
|
2011-04-12 10:47:39 +02:00
|
|
|
.7z 38;5;40
|
2014-05-30 00:17:10 +02:00
|
|
|
.a 38;5;40
|
|
|
|
.arj 38;5;40
|
|
|
|
.bz2 38;5;40
|
|
|
|
.gz 38;5;40
|
|
|
|
.rar 38;5;40
|
|
|
|
.tar 38;5;40
|
|
|
|
.tgz 38;5;40
|
|
|
|
.xz 38;5;40
|
|
|
|
.zip 38;5;40
|
2014-04-04 19:58:51 +02:00
|
|
|
# packaged apps {{{2
|
2014-05-30 00:17:10 +02:00
|
|
|
.apk 38;5;215
|
2014-04-04 19:58:51 +02:00
|
|
|
.deb 38;5;215
|
2014-05-30 00:17:10 +02:00
|
|
|
.jad 38;5;215
|
|
|
|
.jar 38;5;215
|
2014-04-04 19:58:51 +02:00
|
|
|
.cab 38;5;215
|
|
|
|
.vdf 38;5;215
|
2014-05-30 00:17:10 +02:00
|
|
|
.vpk 38;5;215
|
|
|
|
.bsp 38;5;215
|
2014-04-04 19:58:51 +02:00
|
|
|
# }}}
|
|
|
|
# segments {{{2
|
2012-12-19 16:16:10 +01:00
|
|
|
.r00 38;5;239
|
|
|
|
.r01 38;5;239
|
|
|
|
.r02 38;5;239
|
|
|
|
.r03 38;5;239
|
|
|
|
.r04 38;5;239
|
|
|
|
.r05 38;5;239
|
2011-04-12 10:47:39 +02:00
|
|
|
.r06 38;5;239
|
2012-12-19 16:16:10 +01:00
|
|
|
.r07 38;5;239
|
|
|
|
.r08 38;5;239
|
|
|
|
.r09 38;5;239
|
|
|
|
.r10 38;5;239
|
|
|
|
.r100 38;5;239
|
|
|
|
.r101 38;5;239
|
|
|
|
.r102 38;5;239
|
|
|
|
.r103 38;5;239
|
|
|
|
.r104 38;5;239
|
|
|
|
.r105 38;5;239
|
|
|
|
.r106 38;5;239
|
|
|
|
.r107 38;5;239
|
|
|
|
.r108 38;5;239
|
|
|
|
.r109 38;5;239
|
|
|
|
.r11 38;5;239
|
|
|
|
.r110 38;5;239
|
|
|
|
.r111 38;5;239
|
|
|
|
.r112 38;5;239
|
|
|
|
.r113 38;5;239
|
|
|
|
.r114 38;5;239
|
|
|
|
.r115 38;5;239
|
|
|
|
.r116 38;5;239
|
|
|
|
.r12 38;5;239
|
|
|
|
.r13 38;5;239
|
|
|
|
.r14 38;5;239
|
|
|
|
.r15 38;5;239
|
|
|
|
.r16 38;5;239
|
|
|
|
.r17 38;5;239
|
|
|
|
.r18 38;5;239
|
|
|
|
.r19 38;5;239
|
|
|
|
.r20 38;5;239
|
|
|
|
.r21 38;5;239
|
|
|
|
.r22 38;5;239
|
|
|
|
.r25 38;5;239
|
|
|
|
.r26 38;5;239
|
|
|
|
.r27 38;5;239
|
|
|
|
.r28 38;5;239
|
|
|
|
.r29 38;5;239
|
|
|
|
.r30 38;5;239
|
|
|
|
.r31 38;5;239
|
|
|
|
.r32 38;5;239
|
|
|
|
.r33 38;5;239
|
|
|
|
.r34 38;5;239
|
|
|
|
.r35 38;5;239
|
|
|
|
.r36 38;5;239
|
|
|
|
.r37 38;5;239
|
|
|
|
.r38 38;5;239
|
|
|
|
.r39 38;5;239
|
|
|
|
.r40 38;5;239
|
2011-04-12 10:47:39 +02:00
|
|
|
.r41 38;5;239
|
2012-12-19 16:16:10 +01:00
|
|
|
.r42 38;5;239
|
|
|
|
.r43 38;5;239
|
|
|
|
.r44 38;5;239
|
|
|
|
.r45 38;5;239
|
|
|
|
.r46 38;5;239
|
|
|
|
.r47 38;5;239
|
|
|
|
.r48 38;5;239
|
|
|
|
.r49 38;5;239
|
|
|
|
.r50 38;5;239
|
|
|
|
.r51 38;5;239
|
|
|
|
.r52 38;5;239
|
2011-04-12 10:47:39 +02:00
|
|
|
.r53 38;5;239
|
2012-12-19 16:16:10 +01:00
|
|
|
.r54 38;5;239
|
|
|
|
.r55 38;5;239
|
|
|
|
.r56 38;5;239
|
|
|
|
.r57 38;5;239
|
|
|
|
.r58 38;5;239
|
|
|
|
.r59 38;5;239
|
|
|
|
.r60 38;5;239
|
|
|
|
.r61 38;5;239
|
|
|
|
.r62 38;5;239
|
|
|
|
.r63 38;5;239
|
|
|
|
.r64 38;5;239
|
|
|
|
.r65 38;5;239
|
|
|
|
.r66 38;5;239
|
|
|
|
.r67 38;5;239
|
|
|
|
.r68 38;5;239
|
|
|
|
.r69 38;5;239
|
|
|
|
.r69 38;5;239
|
|
|
|
.r70 38;5;239
|
|
|
|
.r71 38;5;239
|
|
|
|
.r72 38;5;239
|
|
|
|
.r73 38;5;239
|
|
|
|
.r74 38;5;239
|
|
|
|
.r75 38;5;239
|
|
|
|
.r76 38;5;239
|
|
|
|
.r77 38;5;239
|
|
|
|
.r78 38;5;239
|
|
|
|
.r79 38;5;239
|
|
|
|
.r80 38;5;239
|
|
|
|
.r81 38;5;239
|
|
|
|
.r82 38;5;239
|
|
|
|
.r83 38;5;239
|
|
|
|
.r84 38;5;239
|
2011-04-12 10:47:39 +02:00
|
|
|
.r85 38;5;239
|
2012-12-19 16:16:10 +01:00
|
|
|
.r86 38;5;239
|
|
|
|
.r87 38;5;239
|
|
|
|
.r88 38;5;239
|
|
|
|
.r89 38;5;239
|
|
|
|
.r90 38;5;239
|
|
|
|
.r91 38;5;239
|
|
|
|
.r92 38;5;239
|
|
|
|
.r93 38;5;239
|
|
|
|
.r94 38;5;239
|
2011-04-12 10:47:39 +02:00
|
|
|
.r95 38;5;239
|
2012-12-19 16:16:10 +01:00
|
|
|
.r96 38;5;239
|
|
|
|
.r97 38;5;239
|
|
|
|
.r98 38;5;239
|
|
|
|
.r99 38;5;239
|
2014-05-29 23:59:01 +02:00
|
|
|
# partial files
|
|
|
|
.part 38;5;239
|
2014-04-04 19:58:51 +02:00
|
|
|
# }}}
|
2014-03-27 18:53:19 +01:00
|
|
|
# partition images {{{2
|
|
|
|
.iso 38;5;124
|
2014-05-29 23:59:01 +02:00
|
|
|
.bin 38;5;124
|
2014-03-27 18:53:19 +01:00
|
|
|
.nrg 38;5;124
|
2014-05-29 23:36:37 +02:00
|
|
|
.qcow 38;5;124
|
2014-04-09 23:04:16 +02:00
|
|
|
# }}}
|
2014-03-27 18:53:19 +01:00
|
|
|
# databases {{{2
|
|
|
|
.accdb 38;5;60
|
|
|
|
.accde 38;5;60
|
|
|
|
.accdr 38;5;60
|
|
|
|
.accdt 38;5;60
|
|
|
|
.db 38;5;60
|
|
|
|
.localstorage 38;5;60
|
|
|
|
.sqlite 38;5;60
|
|
|
|
.typelib 38;5;60
|
2014-04-09 23:04:16 +02:00
|
|
|
# }}}
|
2014-05-30 00:17:10 +02:00
|
|
|
# tempfiles {{{1
|
2014-05-29 23:59:01 +02:00
|
|
|
# undo files
|
|
|
|
.pacnew 38;5;33
|
|
|
|
.un~ 38;5;241
|
|
|
|
# backups
|
2014-04-04 19:42:02 +02:00
|
|
|
.BUP 38;5;241
|
2014-05-29 23:59:01 +02:00
|
|
|
.bak 38;5;241
|
|
|
|
.o 38;5;241 # *nix Object file (shared libraries, core dumps etc)
|
|
|
|
# temporary files
|
|
|
|
.swp 38;5;244
|
|
|
|
.swo 38;5;244
|
2014-03-27 18:53:19 +01:00
|
|
|
.tmp 38;5;244
|
2014-05-29 23:32:58 +02:00
|
|
|
# state files
|
2014-05-29 23:59:01 +02:00
|
|
|
.pid 38;5;248
|
|
|
|
.state 38;5;248
|
|
|
|
# state dumps
|
|
|
|
.dump 38;5;241
|
2014-05-30 00:25:01 +02:00
|
|
|
.err 38;5;160;1
|
|
|
|
.error 38;5;160;1
|
2014-05-29 23:59:01 +02:00
|
|
|
.zcompdump 38;5;241
|
|
|
|
.zwc 38;5;241
|
|
|
|
# tcpdump, network traffic capture
|
2014-03-27 18:53:19 +01:00
|
|
|
.pcap 38;5;29
|
|
|
|
.cap 38;5;29
|
|
|
|
.dmp 38;5;29
|
2014-04-09 23:04:16 +02:00
|
|
|
# }}}
|
2014-03-24 21:32:57 +01:00
|
|
|
# hosts {{{1
|
2013-04-04 14:03:19 +02:00
|
|
|
# /etc/hosts.{deny,allow}
|
2011-08-20 15:19:09 +02:00
|
|
|
.allow 38;5;112
|
|
|
|
.deny 38;5;196
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
2014-03-27 18:53:19 +01:00
|
|
|
# systemd {{{1
|
|
|
|
# http://www.freedesktop.org/software/systemd/man/systemd.unit.html
|
2014-05-29 23:44:39 +02:00
|
|
|
.service 38;5;45
|
2014-03-27 18:53:19 +01:00
|
|
|
*@.service 38;5;45
|
2014-05-29 23:44:39 +02:00
|
|
|
.socket 38;5;45
|
|
|
|
.swap 38;5;45
|
|
|
|
.device 38;5;45
|
|
|
|
.mount 38;5;45
|
|
|
|
.automount 38;5;45
|
|
|
|
.target 38;5;45
|
|
|
|
.path 38;5;45
|
|
|
|
.timer 38;5;45
|
|
|
|
.snapshot 38;5;45
|
2014-03-27 18:53:19 +01:00
|
|
|
# }}}
|
2014-04-09 17:17:57 +02:00
|
|
|
# metadata {{{1
|
2014-05-30 00:25:01 +02:00
|
|
|
.application 38;5;116
|
|
|
|
.cue 38;5;116
|
|
|
|
.directory 38;5;116
|
|
|
|
.m3u 38;5;116
|
|
|
|
.m3u8 38;5;116
|
|
|
|
.properties 38;5;116
|
2014-05-30 00:44:47 +02:00
|
|
|
.sfv 38;5;116
|
2014-04-09 23:04:16 +02:00
|
|
|
.srt 38;5;116
|
2014-05-30 00:25:01 +02:00
|
|
|
.theme 38;5;116
|
|
|
|
.torrent 38;5;116
|
|
|
|
.urlview 38;5;116
|
2014-04-09 17:17:57 +02:00
|
|
|
# }}}
|
2014-06-01 23:36:09 +02:00
|
|
|
# encrypted data {{{1
|
|
|
|
.gpg 38;5;192;3
|
|
|
|
.signature 38;5;192;3
|
|
|
|
.sig 38;5;192;3
|
|
|
|
.pgp 38;5;192;3
|
|
|
|
.asc 38;5;192;3
|
|
|
|
.enc 38;5;192;3
|
|
|
|
# }}}
|
2014-05-30 00:37:04 +02:00
|
|
|
# emulators {{{1
|
2014-06-02 19:35:53 +02:00
|
|
|
.32x 38;5;213
|
|
|
|
.cdi 38;5;213
|
|
|
|
.fm2 38;5;213
|
|
|
|
.rom 38;5;213
|
|
|
|
.sav 38;5;213
|
|
|
|
.st 38;5;213
|
2014-05-30 00:37:04 +02:00
|
|
|
# atari
|
2014-06-02 19:35:53 +02:00
|
|
|
.a00 38;5;213
|
|
|
|
.a52 38;5;213
|
|
|
|
.A64 38;5;213
|
|
|
|
.a64 38;5;213
|
|
|
|
.a78 38;5;213
|
|
|
|
.adf 38;5;213
|
2014-05-30 00:37:04 +02:00
|
|
|
.atr 38;5;213
|
|
|
|
# nintendo
|
2014-06-02 19:35:53 +02:00
|
|
|
.gb 38;5;213
|
|
|
|
.gba 38;5;213
|
|
|
|
.gbc 38;5;213
|
|
|
|
.gel 38;5;213
|
|
|
|
.gg 38;5;213
|
|
|
|
.ggl 38;5;213
|
|
|
|
.ipk 38;5;213 # Nintendo (DS Packed Images)
|
|
|
|
.j64 38;5;213
|
|
|
|
.nds 38;5;213
|
|
|
|
.nes 38;5;213
|
2014-05-30 00:37:04 +02:00
|
|
|
# Sega
|
2014-06-02 19:35:53 +02:00
|
|
|
.sms 38;5;213
|
2014-05-30 00:37:04 +02:00
|
|
|
# }}}
|
2014-03-24 21:32:57 +01:00
|
|
|
# unsorted {{{1
|
|
|
|
#
|
2014-03-27 18:53:19 +01:00
|
|
|
# Portable Object Translation for GNU Gettext
|
2014-06-02 19:31:46 +02:00
|
|
|
.pot 38;5;7
|
2014-03-27 18:53:19 +01:00
|
|
|
# CAD files for printed circuit boards
|
2014-06-02 19:31:46 +02:00
|
|
|
.pcb 38;5;7
|
2014-03-27 18:53:19 +01:00
|
|
|
# groff (rendering app for texinfo)
|
2014-06-02 19:31:46 +02:00
|
|
|
.mm 38;5;7
|
2014-03-27 18:53:19 +01:00
|
|
|
# perldoc
|
2014-06-02 19:31:46 +02:00
|
|
|
.pod 38;5;7
|
2014-03-27 18:53:19 +01:00
|
|
|
# GIMP brush
|
2014-06-02 19:31:46 +02:00
|
|
|
.gbr 38;5;7
|
2014-03-27 18:53:19 +01:00
|
|
|
# Linux Shell Executable Binary
|
2014-06-02 19:31:46 +02:00
|
|
|
.pl 38;5;7
|
2014-05-30 00:12:32 +02:00
|
|
|
# printer spool file
|
2014-06-02 19:31:46 +02:00
|
|
|
.spl 38;5;7
|
|
|
|
# GIMP project file
|
|
|
|
.scm 38;5;7
|
|
|
|
# Nokia Symbian OS files
|
|
|
|
.sis 38;5;7
|
2014-03-27 18:53:19 +01:00
|
|
|
|
2014-06-02 19:31:46 +02:00
|
|
|
.1p 38;5;7
|
|
|
|
.3p 38;5;7
|
|
|
|
.cnc 38;5;7
|
|
|
|
.def 38;5;7
|
|
|
|
.ex 38;5;7
|
|
|
|
.example 38;5;7
|
|
|
|
.ger 38;5;7
|
|
|
|
.map 38;5;7
|
|
|
|
.mf 38;5;7
|
|
|
|
.mfasl 38;5;7
|
|
|
|
.mht 38;5;7
|
|
|
|
.mi 38;5;7
|
|
|
|
.mtx 38;5;7
|
|
|
|
.pc 38;5;7
|
|
|
|
.pi 38;5;7
|
|
|
|
.plt 38;5;7
|
|
|
|
.pm 38;5;7
|
|
|
|
.rb 38;5;7
|
|
|
|
.rdf 38;5;7
|
|
|
|
.rst 38;5;7
|
|
|
|
.ru 38;5;7
|
|
|
|
.sch 38;5;7
|
|
|
|
.sty 38;5;7
|
|
|
|
.sug 38;5;7
|
|
|
|
.t 38;5;7
|
|
|
|
.tdy 38;5;7
|
|
|
|
.tfm 38;5;7
|
|
|
|
.tfnt 38;5;7
|
|
|
|
.tg 38;5;7
|
|
|
|
.xln 38;5;7
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
|
|
|
# termcap {{{1
|
2011-04-12 10:47:39 +02:00
|
|
|
TERM ansi
|
|
|
|
TERM color-xterm
|
|
|
|
TERM con132x25
|
|
|
|
TERM con132x30
|
|
|
|
TERM con132x43
|
|
|
|
TERM con132x60
|
|
|
|
TERM con80x25
|
|
|
|
TERM con80x28
|
|
|
|
TERM con80x30
|
|
|
|
TERM con80x43
|
|
|
|
TERM con80x50
|
|
|
|
TERM con80x60
|
|
|
|
TERM cons25
|
|
|
|
TERM console
|
|
|
|
TERM cygwin
|
|
|
|
TERM dtterm
|
2014-03-27 18:53:19 +01:00
|
|
|
TERM Eterm
|
2011-04-12 10:47:39 +02:00
|
|
|
TERM eterm-color
|
|
|
|
TERM gnome
|
|
|
|
TERM gnome-256color
|
|
|
|
TERM jfbterm
|
|
|
|
TERM konsole
|
|
|
|
TERM kterm
|
|
|
|
TERM linux
|
|
|
|
TERM linux-c
|
|
|
|
TERM mach-color
|
|
|
|
TERM mlterm
|
|
|
|
TERM putty
|
|
|
|
TERM rxvt
|
|
|
|
TERM rxvt-256color
|
|
|
|
TERM rxvt-cygwin
|
|
|
|
TERM rxvt-cygwin-native
|
|
|
|
TERM rxvt-unicode
|
|
|
|
TERM rxvt-unicode-256color
|
|
|
|
TERM rxvt-unicode256
|
|
|
|
TERM screen
|
|
|
|
TERM screen-256color
|
|
|
|
TERM screen-256color-bce
|
|
|
|
TERM screen-bce
|
|
|
|
TERM screen-w
|
|
|
|
TERM screen.linux
|
2014-03-27 18:53:19 +01:00
|
|
|
TERM screen.rxvt
|
2011-04-12 10:47:39 +02:00
|
|
|
TERM terminator
|
|
|
|
TERM vt100
|
|
|
|
TERM xterm
|
|
|
|
TERM xterm-16color
|
|
|
|
TERM xterm-256color
|
|
|
|
TERM xterm-88color
|
|
|
|
TERM xterm-color
|
|
|
|
TERM xterm-debian
|
2014-03-24 21:32:57 +01:00
|
|
|
# }}}
|
2011-04-12 10:47:39 +02:00
|
|
|
|
2014-03-27 18:53:19 +01:00
|
|
|
|
2013-04-04 14:03:19 +02:00
|
|
|
# vim: ft=dircolors:fdm=marker:et:sw=2:
|