X-Git-Url: http://cgit.sxemacs.org/?p=website;a=blobdiff_plain;f=.gitignore;h=0af3209ca151aa60c752e96b6f1dbc504cd58347;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=b711e2c4ac9ab3c006eab3b26dea01ef444e0f9d;hpb=9340e2e6baf7480029dcaf74a5f627f84a76df11 diff --git a/.gitignore b/.gitignore index e69de29..0af3209 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,46 @@ +#### +# This file is used to ignore certain files in the repo, such as +# anything that is generated by the build, etc. +# +# The SXEmacs website repo uses a single .gitignore, so please DO NOT +# add any .gitignore files to any of the sub directories. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' command after +# changing this file, to see if there are any tracked files which get +# ignored after the change. +#### + +## Editor backups etc +*~ +*.orig +\#*# + +## These are kept updated from hooks in another repo +.*.template +changes/ChangeLog +rss + +## These are maintained by hand +docs/cl +docs/custom +docs/dso +docs/extwidget +docs/faq +docs/internals +docs/intro +docs/lispref +docs/sppm +docs/sxemacs +docs/term +docs/widget +webstats + +## Steve's hosting provider keeps adding these zero-length files +favicon.* + +## Old tla habits are hard to break +,,* +++* + +## Exceptions +!Images/favicon.png