Adding TeXstudio.gitignore #3448
Open
Conversation
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.
|
We already have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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: