Commit Graph

16 Commits

Author SHA1 Message Date
Arvid Gerstmann 326dc281e5 Merge branch 'master' into HEAD 2016-10-04 11:04:00 +02:00
aarian93p b7e6ce66c7 More kernel module compilation results
Added a few missed files from kernel compilation results
2016-09-21 10:04:49 +03:30
aarian93p a080e36767 Added kernel module compilation results
Adds kernel module compile to the ignore list.
2016-09-21 09:55:57 +03:30
Arvid Gerstmann 1ca4b201e0 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
2016-09-06 06:56:04 +02:00
pmartinez 2c52d023dd added prerequisites for C and C++ 2016-06-29 13:33:32 -03:00
Maik Dybek c2aa044b34 C: Ignore gcc Static Stack Usage Analysis .su files 2016-04-19 13:31:19 +02:00
Alberto Leal 08de2b88e2 Add dSYM folder to C.gitignore for OSX env
See https://github.com/github/gitignore/pull/527

> For C.gitignore add dSYM folder from Mac OS X to gitignore
2015-03-11 23:14:12 -04:00
Pengyu CHEN 3e36b5a353 added: rules for ingnoring precompiled headers for C/C++ 2014-08-27 13:36:18 +08:00
eugpermar f9ccfcb1e4 Update C.gitignore
Added .la and .lo library extensions
2014-06-25 12:42:09 +02:00
Kristofer Rye c16b3bb8cf Merge branch 'master' of git://github.com/github/gitignore into add-common-linux-compile-file-extensions
Conflicts:
	C.gitignore

Updates done.
2013-11-26 22:31:25 -05:00
= 502cb31439 Ignore elf and hex in C.gitignore 2013-11-08 00:12:13 +00:00
Nisarg Shah 830889620e Added Windows specific .obj for objects to ignore. 2013-11-04 19:21:39 +05:30
Kristofer Rye 02bbff98df C: Ignore Some Common File Extensions for Binaries on Linux
I use this system in a few of the projects I've contributed to, to
ignore architecture-specific linux binaries.
2013-10-03 17:02:19 -04:00
Matt Jeffery d292bd8207 ignore kernel object files 2013-07-19 18:05:04 +01:00
Matt Arsenault 1bd40f51ee Add versioned so, .a, .dylib, .app 2012-04-19 02:50:54 -03:00
Alban 2f4a4b22ad Gitignore file for C. 2012-04-15 17:16:03 +02:00