| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Added .stack-work/ directory to Haskell .gitignore.
|
|/
|
|
|
|
|
|
| |
.stack-work/ is a work directory used by the `stack` build tool.
The `stack` build tool has recently been gaining a lot of traction in
the Haskell community. It is very similar to the `cabal` build tool,
which also has entries in this Haskell .gitignore file.
|
|\
| |
| | |
add Android Studio to the covers list for JetBrains
|
|/
|
| |
which make it easier to find in search
|
|\
| |
| | |
Ignore *.auxlock files created by TikZ in TeX
|
|/
|
|
| |
TikZ uses *.auxlock files to check if the main *.aux file is available.
This is only used when using the external tikz library.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Ignore files created by `\tikzexternalize`
When using TikZ & PGF with:
\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize
It creates .dpth and .md5 files for the externalized tikzpictures.
See these pages in section 50 Externalization Library:
p.617 - 50.4.1 Support for Labels and References In External Files
p.621 - /tikz/external/up to date check
In the PGF manual:
http://mirrors.ctan.org/graphics/pgf/base/doc/pgfmanual.pdf
|
|/
|
|
|
| |
When using TikZ & PGF with:
`\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize`
It creates .dpth and .md5 files for the externalized tikzpictures.
|
|\
| |
| | |
include preamble files generated by mylatexformat package
|
| | |
|
|\ \
| | |
| | | |
[ObjC][Swift] Ignore Xcode SCM blueprint files
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
These files are automatically generated by Xcode and maintain
information regarding source control. Xcode is typically used
in Objective-C and Swift projects, so add these to the ignored files for
these platforms.
|
|\ \ \
| | | |
| | | | |
Add several downloaded files that should not be incorporated and remove .SRCINFO
|
| | | |
| | | |
| | | |
| | | | |
These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository
|
| | | |
| | | |
| | | |
| | | | |
As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those
|
|\ \ \ \
| |_|/ /
|/| | | |
Remove Meteor.gitignore
|
| | | |
| | | |
| | | |
| | | |
| | | | |
There are only two entries in this .gitignore, and both are not needed.
- .meteor/local is already ignored by the standard Meteor .gitignore that is included with every project. This is redundant and should b left solely to the standard Meteor .gitignore in case this changes in the future.
- .meteor/meteorite should no longer be in any Meteor project. Meteorite was a package manager for Meteor, but it has been replaced by an official package manager built into the Meteor CLI. This directory should not exist, except on out of date Meteor projects which already have this ignore present.
|
|\ \ \ \
| | | | |
| | | | | |
Adding a few more files/file extensions/directories for Synopsys VCS.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This new version adds:
- fsdb waveforms
- simv.db.dir/ directory for VHDL top configs
- ucli.key
- vc_hdrs.h
- Also added a few comments about where each one of the files come from.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9]
>`\@tocfile`
The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc.
```
\if@mtc@longext@
\def\@tocfile{mtc\The@mtc}%
\else
\def\@tocfile{M\The@mtc}%
\fi
```
|
| | |/ / /
| |/| | |
| | | | | |
When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
sync up xcode related gitignore files
|
| | | | |
| | | | |
| | | | |
| | | | | |
some details based on #1221
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Removing bower_components and fixing typo
|
|/ / / / / |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Update VisualStudio.gitignore
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Update Maven.gitignore
|
| | | | |
| | | | |
| | | | | |
Else sub projects (main dir has sub dirs with own pom files - sub modules) targets are not ignored.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
added the orleans.codegen.cs file automatically generated by Orleans
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Reworked Lazarus.gitignore according to Lazarus Wiki
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
http://wiki.freepascal.org/File_extensions
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add Visual Studio Code .gitignore
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
Android: Remove redundant pattern for matching build directories
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
build/ already matches all directories named 'build' in the repository,
regardless of level. Gradle can have more than two levels of project nesting.
However, /*/build/ matches only the 'build' directories of 2nd-level projects.
Thus, the first pattern is more appropriate than the second.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
ASPNET5 -> DNX
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | | |
As discussed in #1505
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
add rule to keep track of directories ending in .Cache
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
More Information
http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Update CocoaPods guide URL
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | | |
This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
adding artifacts and project.lock.json for asp.net 5
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Update npmjs docs link
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Thanks to @arcresu for pointing out!
|