]> git.wh0rd.org - home.git/blame - .gitignore
Initialized by git-home-history
[home.git] / .gitignore
CommitLineData
9c237836
MF
1#
2# Here are some examples of what you might want to ignore
3# in your git-home-history. Feel free to modify.
4#
5# Example rules start with '##'.
6# You can remove the '##' to set the rule.
7#
8# The rules are read from top to bottom, so a rule can
9# "cancel" out a previous one. Be careful.
10#
11# For more information on the syntax used in this file,
12# see "man gitignore" in a terminal or visit
13# http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
14
15##/Download
16##/Videos
17##/Music
18
19# Notice the '!' below. This tells git to _not_ ignore a file or
20# directory, in this case, we do not want to ignore a particular
21# directory under Music/, which is ignored according to the rule
22# above.
23
24##!/Music/Our_Daughter--Flute
25
26# You probably want to ignore all the "dot" files in your home
27# directory, since they mostly contain local application state data.
28
29##/.*
30# but... some dot files you probably do *not* want ignored are
31# listed here:
32##!/.bash*
33##!/.tcsh*
34##!/.zsh*
35##!/.emacs
36##!/.gnupg
37##!/.mail
38##!/.maildir
39##!/.Maildir
40##!/.mail-aliases
41##!/.muttrc
42##!/.ssh
43##!/.vimrc
44
45# We do not want to track the tracking of other files:
46#.svn
47#CVS
48# Please note that all files in a Git project are ignored
49# e.g. linux-2.6/ will be entirely ignored if linux-2.6/.git exists.
50# Thus it is not necessary to add ".git" here.
51
52# Some editors use some special backup file formats. Ignore them:
53##.#*
54##*~
55