-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from schnellecom/manual-cleanup
Change to pre-compiled images
- Loading branch information
Showing
1,352 changed files
with
235,049 additions
and
15,075 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,78 @@ | ||
# Documentation and automatically generated files | ||
doc/chap* | ||
doc/title.xml | ||
doc/_*.xml | ||
doc/SimplicialSurfaces.tex | ||
doc/_IMAGE* | ||
doc/_TIKZ* | ||
doc/*.png | ||
doc/manual.pdf | ||
doc/manual.six | ||
tst/*.tst | ||
|
||
# flatex-folder | ||
flatex/.deps/ | ||
flatex/Makefile | ||
flatex/Makefile.in | ||
flatex/aclocal.m4 | ||
flatex/autom4te.cache/ | ||
flatex/compile | ||
flatex/config.guess | ||
flatex/config.status | ||
flatex/config.sub | ||
flatex/configure | ||
flatex/depcomp | ||
flatex/flatex | ||
flatex/flatex.o | ||
flatex/install-sh | ||
flatex/missing | ||
|
||
# Automatically generated library stuff | ||
*.bin | ||
*/_index/ | ||
*/*/_index/ | ||
*/*/*/_index/ | ||
*/*/*/*/_index/ | ||
|
||
# intermediate compilation stuff | ||
*.4ct | ||
*.4tc | ||
*.aux | ||
*.bbl | ||
*.blg | ||
*.css | ||
*.dvi | ||
*.html | ||
*.idv | ||
*.idx | ||
*.ilg | ||
*.ind | ||
*.js | ||
*.lab | ||
*.lg | ||
*.log | ||
*.nav | ||
*.out | ||
*.pnr | ||
*.snm | ||
*.svg | ||
*.synctex.gz | ||
*.tmp | ||
*.toc | ||
*.vrb | ||
*.xref | ||
|
||
# changed files | ||
*~ | ||
*.swp | ||
*.swo | ||
|
||
# compressed files | ||
*.gz | ||
# Documentation and automatically generated files | ||
doc/chap* | ||
doc/title.xml | ||
doc/_*.xml | ||
doc/SimplicialSurfaces.tex | ||
doc/_IMAGE* | ||
doc/*.png | ||
doc/manual.pdf | ||
doc/manual.six | ||
tst/*.tst | ||
|
||
# allow pre-generated images | ||
!doc/images/* | ||
!doc/tikz-files/*.tikz | ||
|
||
# ignore the files that get copied to doc/ | ||
doc/_TIKZ_*.tex | ||
|
||
# flatex-folder | ||
flatex/.deps/ | ||
flatex/Makefile | ||
flatex/Makefile.in | ||
flatex/aclocal.m4 | ||
flatex/autom4te.cache/ | ||
flatex/compile | ||
flatex/config.guess | ||
flatex/config.status | ||
flatex/config.sub | ||
flatex/configure | ||
flatex/depcomp | ||
flatex/flatex | ||
flatex/flatex.o | ||
flatex/install-sh | ||
flatex/missing | ||
|
||
# Automatically generated library stuff | ||
*.bin | ||
*/_index/ | ||
*/*/_index/ | ||
*/*/*/_index/ | ||
*/*/*/*/_index/ | ||
|
||
# intermediate compilation stuff | ||
*.4ct | ||
*.4tc | ||
*.aux | ||
*.bbl | ||
*.blg | ||
*.css | ||
*.dvi | ||
*.fdb_latexmk | ||
*.fls | ||
*.html | ||
*.idv | ||
*.idx | ||
*.ilg | ||
*.ind | ||
*.js | ||
*.lab | ||
*.lg | ||
*.log | ||
*.nav | ||
*.out | ||
*.pnr | ||
*.snm | ||
*.synctex.gz | ||
*.tmp | ||
*.toc | ||
*.vrb | ||
*.xref | ||
|
||
# changed files | ||
*~ | ||
*.swp | ||
*.swo | ||
|
||
# compressed files | ||
*.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.