]> source.dussan.org Git - gitignore.git/commit
Extend C to ignore Visual Studio artifacts
authorArvid Gerstmann <ag@arvid.io>
Tue, 6 Sep 2016 04:56:04 +0000 (06:56 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2016 04:56:04 +0000 (06:56 +0200)
commit1ca4b201e03711e6e31c393cb73c5c43be1b040c
tree1ad4e99505f7d08eb7e090f6d46bbf575b306f69
parent0eeed18a54e5dc80bc8355854f8d6f9680a06b85
Extend C to ignore Visual Studio artifacts

Visual Studio creates a few artifacts which weren't ignored before,
mainly .idb, .pdb and .ilk files which are either created by CL.EXE or
by LINK.EXE were added to the gitignore for Windows projects.

A little more information can be found here on Microsoft's
documentation: https://msdn.microsoft.com/en-us/library/3awe4781.aspx
C.gitignore