de6b929c9446ee0df541b2d61cb53de171ce9afb
[website] / .gitignore
1 ####
2 # This file is used to ignore certain files in the repo, such as
3 # anything that is generated by the build, etc.
4 #
5 # The SXEmacs website repo uses a single .gitignore, so please DO NOT
6 # add any .gitignore files to any of the sub directories.
7 #
8 # NOTE! Please use 'git ls-files -i --exclude-standard' command after
9 # changing this file, to see if there are any tracked files which get
10 # ignored after the change.
11 ####
12
13 ## These are kept updated from hooks in another repo
14 .*.template
15 changes/ChangeLog
16 rss
17
18 ## These are maintained by hand
19 docs/custom
20 docs/dso
21 docs/extwidget
22 docs/faq
23 docs/internals
24 docs/intro
25 docs/lispref
26 docs/sppm
27 docs/sxemacs
28 docs/term
29 docs/widget
30
31 ## Steve's hosting provider keeps adding these zero-length files
32 favicon.*
33
34 ## Old tla habits are hard to break
35 ,,*
36 ++*
37
38 ## Exceptions
39 !Images/favicon.png