- 11 Aug, 2015 1 commit
-
-
Felipe Plets authored
In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder.
-
- 07 Aug, 2015 1 commit
-
-
Brendan Forster authored
Add ignore for npm debug log files
-
- 06 Aug, 2015 1 commit
-
-
cyrbil authored
-
- 31 Jul, 2015 1 commit
-
-
Brendan Forster authored
Update Android.gitignore to include Android Studio nav temp files
-
- 30 Jul, 2015 2 commits
-
-
Brendan Forster authored
Add KiCad ignore for .bck and .kicad_pcb-bak
-
Brendan Forster authored
Update Dart.gitignore
-
- 27 Jul, 2015 1 commit
-
-
Martin d'Allens authored
These are two other filetypes that KiCad creates before overwriting something.
-
- 23 Jul, 2015 2 commits
-
-
Brendan Forster authored
Ignores for Visual Studio Lightswitch
-
sfhardman authored
-
- 22 Jul, 2015 2 commits
- 15 Jul, 2015 6 commits
-
-
Brendan Forster authored
Adding optional ignore proposal for wwwroot folder
-
Carl Suster authored
Update Typo3.gitignore for CMS v6.2
-
Carl Suster authored
Add CMakeScripts directory
-
Carl Suster authored
Revert "Update Maven.gitignore"
-
Carl Suster authored
Add trailing slash to .sass-cache
-
Carl Suster authored
ignore OAuth2 token
-
- 13 Jul, 2015 1 commit
-
-
JimiC authored
There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders.
-
- 06 Jul, 2015 1 commit
-
-
Carl Suster authored
Ignore Default RSpec State File http://rspec.info/blog/2015/06/rspec-3-3-has-been-released/
-
- 02 Jul, 2015 1 commit
-
-
Brendan Forster authored
Ignore NCrunch temporary files.
-
- 01 Jul, 2015 1 commit
-
-
Jamie Humphries authored
-
- 30 Jun, 2015 3 commits
-
-
Natalie Weizenbaum authored
As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
-
Brendan Forster authored
Added .stack-work/ directory to Haskell .gitignore.
-
(cdep) illabout authored
.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.
-
- 28 Jun, 2015 1 commit
-
-
Carl Suster authored
add Android Studio to the covers list for JetBrains
-
- 27 Jun, 2015 1 commit
-
-
Victor Häggqvist authored
which make it easier to find in search
-
- 25 Jun, 2015 1 commit
-
-
Todd Bealmear authored
-
- 24 Jun, 2015 4 commits
-
-
Brendan Forster authored
Ignore *.auxlock files created by TikZ in TeX
-
Arne de Laat authored
TikZ uses *.auxlock files to check if the main *.aux file is available. This is only used when using the external tikz library.
-
Carl Suster authored
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 -
Arne de Laat authored
When using TikZ & PGF with: `\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize` It creates .dpth and .md5 files for the externalized tikzpictures.
-
- 23 Jun, 2015 1 commit
-
-
Brendan Forster authored
include preamble files generated by mylatexformat package
-
- 17 Jun, 2015 3 commits
-
-
Brendan Forster authored
[ObjC][Swift] Ignore Xcode SCM blueprint files
-
Brendan Forster authored
Add several downloaded files that should not be incorporated and remove .SRCINFO
-
Florian Fida authored
Typo3 now has an official way of overriding Configuration (AdditionalConfiguration.php). /t3lib has moved into the /typo3 Directory. Removed v4 specific ignores because it is deprecated and should no longer be used. There were ignores missing for the symlinked setup.
-
- 11 Jun, 2015 1 commit
-
-
Carl Suster authored
Remove Meteor.gitignore
-
- 09 Jun, 2015 1 commit
-
-
Brian Gesiak authored
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.
-
- 02 Jun, 2015 1 commit
-
-
Carl Suster authored
Adding a few more files/file extensions/directories for Synopsys VCS.
-
- 01 Jun, 2015 1 commit
-
-
andres-mancera authored
-
- 30 May, 2015 1 commit
-
-
Carl Suster authored
[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 ```
-