Add backup files to .gitignore
[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/custom
25 docs/dso
26 docs/extwidget
27 docs/faq
28 docs/internals
29 docs/intro
30 docs/lispref
31 docs/sppm
32 docs/sxemacs
33 docs/term
34 docs/widget
35
36 ## Steve's hosting provider keeps adding these zero-length files
37 favicon.*
38
39 ## Old tla habits are hard to break
40 ,,*
41 ++*
42
43 ## Exceptions
44 !Images/favicon.png