- 16 Jun, 2016 2 commits
-
-
Brendan Forster authored
ignore *.VC.db files
-
Brendan Forster authored
Ignore all forms of CMakeLists.txt.user
-
- 15 Jun, 2016 2 commits
-
-
Mohammad S. Babaei authored
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
-
Taylor Braun-Jones authored
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
-
- 12 Jun, 2016 2 commits
-
-
Brendan Forster authored
Create the gitignore for Bazaar version control system
-
Assem Chelli / bigOTHER authored
-
- 10 Jun, 2016 1 commit
-
-
Brendan Forster authored
VisualStudio ignore project.fragment.lock.json
-
- 07 Jun, 2016 1 commit
-
-
Brendan Forster authored
Update D.gitignore
-
- 06 Jun, 2016 1 commit
-
-
Roman Chistokhodov authored
Add docs/ and *.lst
-
- 23 May, 2016 1 commit
-
-
James Skimming authored
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.
-
- 21 May, 2016 2 commits
-
-
Brendan Forster authored
Add injection folder to ignore
-
Brendan Forster authored
Added *.smod to Fortran.gitignore
-
- 20 May, 2016 3 commits
-
-
Jon Lo Kim Lin authored
Added *.smod to Fortran.gitignore
-
Jon Lo Kim Lin authored
GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules
-
Brendan Forster authored
Ignore the workspace.xml file
-
- 18 May, 2016 3 commits
-
-
Adrian Vovk authored
and properly name the ART VM
-
Brendan Forster authored
Do not ignore Laravel's storage/ directory
-
0xBADDCAFE authored
-
- 16 May, 2016 5 commits
-
-
Brendan Forster authored
Julia: ignore deps/deps.jl
-
Jiahao Chen authored
`deps/deps.jl` is an autogenerated file created by `BinDeps.jl`, Julia's package for managing binary dependencies.
-
Brendan Forster authored
add CTestTestfile.cmake into CMake.gitignore
-
Brendan Forster authored
Add sublime-text-3 gitignore for package control
-
Brendan Forster authored
Create Julia.gitignore
-
- 13 May, 2016 1 commit
-
-
Raimon Lapuente authored
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
-
- 12 May, 2016 3 commits
-
-
Brendan Forster authored
Add .env to optionally ignored files
-
Max Woolf authored
-
Max Woolf authored
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.
-
- 11 May, 2016 2 commits
-
-
Brendan Forster authored
Ignore '*.DS_Store' instead of ignore '.DS_Store'
-
あまみや ゆうこ authored
-
- 10 May, 2016 1 commit
-
-
Brendan Forster authored
Ignore cabal.project.local
-
- 09 May, 2016 1 commit
-
-
Ryan Scott authored
-
- 08 May, 2016 2 commits
-
-
Brendan Forster authored
ignore .dSYM along with .ipa files
-
Brendan Forster authored
Add .com.apple.timemachine.donotpresent to OSX
-
- 06 May, 2016 2 commits
-
-
Manuel Leonhardt authored
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
-
Roman Stetsenko authored
-
- 05 May, 2016 2 commits
-
-
Javier Espinoza authored
-
leeyiw authored
CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
-
- 04 May, 2016 1 commit
-
-
Javier Espinoza authored
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
-
- 01 May, 2016 1 commit
-
-
Brendan Forster authored
Add knitr and R markdown patterns to R.gitignore
-
- 29 Apr, 2016 1 commit
-
-
jrnold authored
These patterns handle cache diretories and temporary files created by the widely used [knitr](http://yihui.name/knitr/) and [R markdown](http://rmarkdown.rstudio.com/) packages.
-