The Wayback Machine - https://web.archive.org/web/20210210084947/https://github.com/github/gitignore/pull/3448
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding TeXstudio.gitignore #3448

Open
wants to merge 1 commit into
base: master
from
Open

Adding TeXstudio.gitignore #3448

wants to merge 1 commit into from

Conversation

@mxa
Copy link

@mxa mxa commented Jun 21, 2020

This gitignore can be useful for LaTeX XeTeX, LuaTex in general and TeXstudio projects in particular.
*TeX creates a plethora of temporary files which will be re-generated when compiling the .tex, bibilography and style files. All these files should not be included in versioning systems like git.
You may wonder why .pdf files are not ignored, as the compiled result of a TeX project is a pdf. This is because illustrations in a TeX document can be pdf files which you will need for compilation.

Reasons for making this change:

It was missing!

Links to documentation supporting these rule changes:

No changes, this is new!

If this is a new template:

This gitignore can be useful for LaTeX XeTeX, LuaTex in general and TeXstudio projects in general.
*TeX creates a plethora of temporary files which will be re-generated when compiling the .tex, bibilography and style files. All these files should not be included in versioning systems like git.
You may wonder why .pdf files are not ignored, as the compiled result of a TeX project is a pdf. This is because illustrations in a TeX document can be pdf files which you will need for compilation.
@Anton-Sakovich
Copy link
Contributor

@Anton-Sakovich Anton-Sakovich commented Jun 22, 2020

We already have TeX.gitignore for TeX. Could you have a look at it and maybe just add patterns missing from TeX.gitignore which are specific for TeXstudio? Patterns like *.dvi, for example, are already there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants