Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update C.gitignore | Zhuojia Shen (Chaos) | 2016-10-31 | 1 | -0/+1 |
| | | | Add .tmp_versions/ to C.gitignore. | ||||
* | Merge branch 'master' into HEAD | Arvid Gerstmann | 2016-10-04 | 1 | -0/+8 |
|\ | |||||
| * | More kernel module compilation results | aarian93p | 2016-09-21 | 1 | -1/+2 |
| | | | | | | Added a few missed files from kernel compilation results | ||||
| * | Added kernel module compilation results | aarian93p | 2016-09-21 | 1 | -0/+7 |
| | | | | | | Adds kernel module compile to the ignore list. | ||||
* | | Extend C to ignore Visual Studio artifacts | Arvid Gerstmann | 2016-09-06 | 1 | -0/+7 |
|/ | | | | | | | | 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 | ||||
* | added prerequisites for C and C++ | pmartinez | 2016-06-29 | 1 | -0/+3 |
| | |||||
* | C: Ignore gcc Static Stack Usage Analysis .su files | Maik Dybek | 2016-04-19 | 1 | -0/+1 |
| | |||||
* | Add dSYM folder to C.gitignore for OSX env | Alberto Leal | 2015-03-11 | 1 | -0/+3 |
| | | | | | See https://github.com/github/gitignore/pull/527 > For C.gitignore add dSYM folder from Mac OS X to gitignore | ||||
* | added: rules for ingnoring precompiled headers for C/C++ | Pengyu CHEN | 2014-08-27 | 1 | -0/+4 |
| | |||||
* | Update C.gitignore | eugpermar | 2014-06-25 | 1 | -0/+2 |
| | | | Added .la and .lo library extensions | ||||
* | Merge branch 'master' of git://github.com/github/gitignore into ↵ | Kristofer Rye | 2013-11-26 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | | | add-common-linux-compile-file-extensions Conflicts: C.gitignore Updates done. | ||||
| * | Ignore elf and hex in C.gitignore | = | 2013-11-08 | 1 | -0/+2 |
| | | |||||
| * | Added Windows specific .obj for objects to ignore. | Nisarg Shah | 2013-11-04 | 1 | -0/+1 |
| | | |||||
* | | C: Ignore Some Common File Extensions for Binaries on Linux | Kristofer Rye | 2013-10-03 | 1 | -0/+2 |
|/ | | | | | I use this system in a few of the projects I've contributed to, to ignore architecture-specific linux binaries. | ||||
* | ignore kernel object files | Matt Jeffery | 2013-07-19 | 1 | -0/+1 |
| | |||||
* | Add versioned so, .a, .dylib, .app | Matt Arsenault | 2012-04-19 | 1 | -1/+4 |
| | |||||
* | Gitignore file for C. | Alban | 2012-04-15 | 1 | -0/+14 |