Commit Graph
15 Commits
Author SHA1 Message Date
Carl Suster e0baa57b58 Merge pull request #743 from hkdobrev/master
Add Composer.gitignore for composer packages
2013-11-09 04:01:10 -08:00
Carl Suster 40e48553fd Merge pull request #828 from vvolkgang/patch-1
Added Visual Studio .suo files
2013-11-08 13:34:20 -08:00
Carl Suster 4d108dc73d Merge pull request #452 from BFTrick/patch-1
Adding wp-config.php Back Into Version Control
2013-11-08 12:11:35 -08:00
Carl Suster f8ac87bd8f Merge pull request #802 from lukemetz/master
Ignore elf and hex files in C.gitignore
2013-11-07 21:28:17 -08:00
Carl Suster 4e85d13e96 Merge pull request #623 from seabre/patch-1
Ignore Leiningen REPL history
2013-11-07 18:54:47 -08:00
Carl Suster bd8dab3845 Merge pull request #509 from cjerdonek/master
Make Python .gitignore directory entries match only directories
2013-11-07 18:31:11 -08:00
Carl Suster f5a760d256 Merge pull request #634 from nikr/patch-1
LaTeX.gitignore: add .brf for files generated by hyperref
2013-11-07 02:06:11 -08:00
Carl Suster 48c388942c Merge pull request #453 from oschrenk/patch-1
Ignore *.loa in LaTeX; auxiliary 'list of algorithms' file generated by the algorithms package
2013-11-06 19:58:09 -08:00
Carl Suster 1db3f61e98 Merge pull request #618 from rayshan/patch-1
Comment for .py[cod] files
2013-11-06 19:46:18 -08:00
Carl Suster b0e2d94e53 Merge pull request #767 from lunks/remove-dot-project-from-rails-gitignore
Remove .project from Rails.gitignore since it is covered by Global/Eclipse.gitignore
2013-11-06 19:28:39 -08:00
Carl Suster db625a1012 Merge pull request #643 from stationkeeping/patch-1
Fixed SASS case (It's Sass, not SASS)
2013-11-06 15:30:32 -08:00
Carl Suster 8e101905d6 Merge pull request #398 from huxuan/master
Add *.thm for LaTeX; generated by ntheorem/amsthm packages
2013-11-05 19:25:50 -08:00
Carl Suster de4f9eff4f Merge pull request #438 from ChristianBoehlke/master
Add *.lol to LaTeX.gitignore: generated by the listing package (list of listings)
2013-11-05 19:11:14 -08:00
Carl Suster 4624470231 Also ignore additional tempfiles created by the biblatex package.
Refer to the biblatex manual at http://ctan.unsw.edu.au/macros/latex/contrib/biblatex/doc/biblatex.pdf:

(p.106): The name of the additional aux files is the base name of the main input file with the string -blx and a running number appended at the end.
[...]
Apart from these aux files, biblatex uses an additional bib file with the same suffix to pass certain control parameters to BibTeX.
[...]
When using Biber, biblatex writes a control file named example.bcf and ignores \blxauxsuffix.

Note: the running number mentioned in the documentation is not always added to the suffix.
2013-05-10 17:15:48 +10:00
Carl Suster 1d045d58b8 Ignore .fls files in LaTeX projects
From the man page for latexmk (http://manpages.ubuntu.com/manpages/raring/man1/latexmk.1L.html):

[...] the -recorder option with latex and pdflatex. In (most) modern versions of these programs, this results in a file of extension .fls containing a list of the files that these programs have read and written.

Latexmk specifies this option in its latex commands and so produces temporary files with this extension in latex projects.
2013-05-08 13:06:10 +10:00