aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ignore .pdfOliver Kopp2016-07-101-0/+3
| | | | | | | | On Windows, when PDF is opened with Acrobat Reader, one gets following output: ! I can't write on file `document.pdf'. Please type another file name for output: If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too.
* Merge pull request #2034 from ro31337/patch-2Brendan Forster2016-07-041-0/+1
|\ | | | | Ignore *.pid.lock
| * Ignore *.pid.lockRoman Pushkin2016-07-021-0/+1
|/ | | | | | | | | Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files: * `passenger.3000.pid` (removed when passenger stops) * `passenger.3000.log` * `passenger.3000.pid.lock` While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored.
* Merge pull request #2031 from AdrianVovk/patch-1Brendan Forster2016-07-011-0/+1
|\ | | | | Update Android.gitignore
| * Update Android.gitignoreAdrian Vovk2016-06-301-0/+1
| |
* | Merge pull request #2029 from thilaire/patch-1Brendan Forster2016-07-011-0/+3
|\ \ | | | | | | Update TeX.gitignore
| * | Update TeX.gitignorethilaire2016-06-291-0/+3
| |/ | | | | Add support for easy-todo package (that produces .lod file during the compilation)
* | Merge pull request #2030 from pablomtz/c_prerequisitesBrendan Forster2016-07-012-0/+6
|\ \ | |/ |/| added prerequisites for C and C++
| * added prerequisites for C and C++pmartinez2016-06-292-0/+6
|/
* Merge pull request #2026 from mkobit/ignore-only-root-buildBrendan Forster2016-06-261-1/+1
|\ | | | | Only ignore the build directory in the same directory as .gitignore for Gradle
| * Only ignore the build directory in the same directory as .gitignore for GradleMike Kobit2016-06-241-1/+1
|/ | | | | | | If you have a Java package with `build` in it, the current version will always ignore files in that directory. This change makes it so only the root "build" directory is ignored. I believe that this assumes .gitignore is in the root of a project.
* Merge pull request #1802 from github/update-licenseBrendan Forster2016-06-172-20/+122
|\ | | | | update license to CC0
| * Merge branch 'master' into update-licenseBrendan Forster2016-01-189-12/+37
| |\
| * | updated README to mention new licenseBrendan Forster2015-12-141-1/+1
| | |
| * | relicense ignore templates as CC0-1.0Brendan Forster2015-12-141-19/+121
| | |
* | | Merge pull request #2017 from NuLL3rr0r/patch-1Brendan Forster2016-06-161-0/+1
|\ \ \ | | | | | | | | ignore *.VC.db files
| * | | ignore *.VC.db filesMohammad S. Babaei2016-06-151-0/+1
| | | | | | | | | | | | In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
* | | | Merge pull request #2016 from nocnokneo/patch-1Brendan Forster2016-06-161-1/+1
|\ \ \ \ | |/ / / |/| | | Ignore all forms of CMakeLists.txt.user
| * | | Ignore all forms of CMakeLists.txt.userTaylor Braun-Jones2016-06-151-1/+1
|/ / / | | | | | | | | | | | | In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example: CMakeLists.txt.user.1fa15d5
* | | Merge pull request #2015 from assem-ch/patch-2Brendan Forster2016-06-131-0/+2
|\ \ \ | | | | | | | | Create the gitignore for Bazaar version control system
| * | | Create the gitignore for Bazaar version control systemAssem Chelli / bigOTHER2016-06-121-0/+2
|/ / /
* | | Merge pull request #1994 from JSkimming/vs-project-fragment-lock-jsonBrendan Forster2016-06-101-0/+1
|\ \ \ | | | | | | | | VisualStudio ignore project.fragment.lock.json
| * | | VisualStudio ignore project.fragment.lock.jsonJames Skimming2016-05-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I've just upgraded to ASP.NET Core RC2, and I've found that Visual Studio is producing a file called project.fragment.lock.json. When I delete the file it is recreated during build. Given project.lock.json is already ignored this looks like another file to ignore.
* | | | Merge pull request #2009 from MyLittleRobo/MyLittleRobo-d-gitignore-patchBrendan Forster2016-06-071-0/+4
|\ \ \ \ | |/ / / |/| | | Update D.gitignore
| * | | Update D.gitignoreRoman Chistokhodov2016-06-061-0/+4
|/ / / | | | | | | Add docs/ and *.lst
* | | Merge pull request #1979 from wolffan/patch-1Brendan Forster2016-05-211-0/+7
|\ \ \ | | | | | | | | Add injection folder to ignore
| * | | Add injection folder to ignoreRaimon Lapuente2016-05-131-0/+7
| | | | | | | | | | | | | | | | | | | | After trying this tool for code injeciton: https://github.com/johnno1962/injectionforxcode we added it to our workflow. Only bad side is that there's a folder included in the project that would be worth ignoring. We had it in our .gitignore file. Just pushing the change
* | | | Merge pull request #1992 from jlokimlin/masterBrendan Forster2016-05-211-0/+1
|\ \ \ \ | | | | | | | | | | Added *.smod to Fortran.gitignore
| * | | | Merge pull request #1 from jlokimlin/jlokimlin-patch-1Jon Lo Kim Lin2016-05-201-0/+1
|/| | | | | | | | | | | | | | Added *.smod to Fortran.gitignore
| * | | | Added *.smod to Fortran.gitignoreJon Lo Kim Lin2016-05-201-0/+1
|/ / / / | | | | | | | | GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules
* | | | Merge pull request #1989 from AdrianVovk/patch-1Brendan Forster2016-05-201-1/+2
|\ \ \ \ | | | | | | | | | | Ignore the workspace.xml file
| * | | | Ignore the workspace.xml fileAdrian Vovk2016-05-181-1/+2
|/ / / / | | | | | | | | and properly name the ART VM
* | | | Merge pull request #1986 from 0xBADDCAFE/masterBrendan Forster2016-05-181-1/+0
|\ \ \ \ | | | | | | | | | | Do not ignore Laravel's storage/ directory
| * | | | do not ignore storage/ directory0xBADDCAFE2016-05-181-1/+0
|/ / / /
* | | | Merge pull request #1982 from jiahao/patch-1Brendan Forster2016-05-161-0/+1
|\ \ \ \ | | | | | | | | | | Julia: ignore deps/deps.jl
| * | | | Julia: ignore deps/deps.jlJiahao Chen2016-05-161-0/+1
|/ / / / | | | | | | | | `deps/deps.jl` is an autogenerated file created by `BinDeps.jl`, Julia's package for managing binary dependencies.
* | | | Merge pull request #1960 from leeyiw/add-cmake-ctest-gitignoreBrendan Forster2016-05-161-0/+1
|\ \ \ \ | | | | | | | | | | add CTestTestfile.cmake into CMake.gitignore
| * | | | add CTestTestfile.cmake into CMake.gitignoreleeyiw2016-05-051-0/+1
| | | | | | | | | | | | | | | CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
* | | | | Merge pull request #1959 from Javierieh/add-sublime-text-packages-ignoreBrendan Forster2016-05-161-0/+13
|\ \ \ \ \ | | | | | | | | | | | | Add sublime-text-3 gitignore for package control
| * | | | | Move package control settings to Global/SublimeText.gitignoreJavier Espinoza2016-05-052-8/+13
| | | | | |
| * | | | | Add sublime-text-3 gitignoreJavier Espinoza2016-05-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gitignore is used to make a repo with sublime text 3 package preferences stored in {sublime-text-3}/Packages/User/ https://www.sublimetext.com/3 The .gitignore files are listed here https://packagecontrol.io/docs/syncing I added GitHub.sublime-settings to the .gitignore since its a config file added from a popular github package that contains sensible information about your account
* | | | | | Merge pull request #1950 from hlaaftana/patch-1Brendan Forster2016-05-161-0/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Create Julia.gitignore
| * | | | | Create Julia.gitignorehlaaf2016-04-221-0/+3
| | | | | |
* | | | | | Merge pull request #1973 from maxehmookau/patch-1Brendan Forster2016-05-121-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add .env to optionally ignored files
| * | | | | | Annotate .env additionMax Woolf2016-05-121-0/+3
| | | | | | |
| * | | | | | Add .env to optionally ignored filesMax Woolf2016-05-121-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets. The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control. This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed.
* | | | | | Merge pull request #1972 from Kagamine/masterBrendan Forster2016-05-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore '*.DS_Store' instead of ignore '.DS_Store'
| * | | | | | Ignore '*.DS_Store' instead of ignore '.DS_Store'あまみや ゆうこ2016-05-111-1/+1
| | | | | | |
* | | | | | | Merge pull request #1965 from RyanGlScott/masterBrendan Forster2016-05-101-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ignore cabal.project.local
| * | | | | | | Ignore cabal.project.localRyan Scott2016-05-091-0/+1
|/ / / / / / /