bfea20f265ae9ffea9e1dd1e905be5f4dc139b45
[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 ## Editor backups etc
14 *~
15 *.orig
16 \#*#
17
18 ## These are kept updated from hooks in another repo
19 .*.template
20 changes/ChangeLog
21 rss
22
23 ## These are maintained by hand
24 docs/cl
25 docs/custom
26 docs/dso
27 docs/extwidget
28 docs/faq
29 docs/internals
30 docs/intro
31 docs/lispref
32 docs/sppm
33 docs/sxemacs
34 docs/term
35 docs/widget
36
37 ## Steve's hosting provider keeps adding these zero-length files
38 favicon.*
39
40 ## Old tla habits are hard to break
41 ,,*
42 ++*
43
44 ## Exceptions
45 !Images/favicon.png