-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
32 lines (29 loc) · 1.1 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# .gitignore for fixed-point, ignoring all generated docs and log files.
* Ignore all log files in any folder in the sub-module.
/**/*.log
# For master branch at least, do not ignore all the generated doc files.
# This is needed because we can no longer use Dropbox to make docs publicly available.
#doc/html/boost
#doc/html/boost_fixed_point
#doc/html/header
#doc/html/std
#doc/html/standalone_HTML.manifest
#doc/html/*.html
#doc/doxygen/*.html
#doc/doxygen/*.js
#* latex should not be generated if setting in doxyfile is correct (but is the default).
#doc/doxygen/latex/
# Also ignore the results of Boost Inspect program that check for bad html links in documentation.
doc/inspect.htm
doc/inspect.html
# Generated xml before html is derived is not needed for final docs.
doc/autodoc.xml
# Files that we DO want in GIT.
# Do not ignore the redirect from /doc/index.html to doc/html/index.html
!doc/index.html
# Do not ignore fixed_point.css (until this is automatically copied to doc/html/)
!doc/fixed_point.css
!doc/boostbook.css
!doc/html/fixed_point.css
!doc/html/boostbook.css
!doc/doxygen/fixed_point_doxyfile.txt