Commit Graph

2172 Commits

Author SHA1 Message Date
pmartinez 2c52d023dd added prerequisites for C and C++ 2016-06-29 13:33:32 -03:00
Brendan Forster d1caffed35 Merge pull request #2026 from mkobit/ignore-only-root-build
Only ignore the build directory in the same directory as .gitignore for Gradle
2016-06-26 19:45:54 +09:30
Mike Kobit b89498a467 Only ignore the build directory in the same directory as .gitignore for Gradle
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.
2016-06-24 12:30:38 -05:00
Brendan Forster f93202c42e Merge pull request #1802 from github/update-license
update license to CC0
2016-06-17 07:23:41 +10:00
Brendan Forster 34c4740271 Merge pull request #2017 from NuLL3rr0r/patch-1
ignore *.VC.db files
2016-06-16 10:08:04 +10:00
Brendan Forster f60fe8f4c6 Merge pull request #2016 from nocnokneo/patch-1
Ignore all forms of CMakeLists.txt.user
2016-06-16 10:06:33 +10:00
Mohammad S. Babaei b9742650d6 ignore *.VC.db files
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
2016-06-15 16:43:12 +04:30
Taylor Braun-Jones f3643325e4 Ignore all forms of CMakeLists.txt.user
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
2016-06-15 07:58:14 -04:00
Brendan Forster 7751c25c66 Merge pull request #2015 from assem-ch/patch-2
Create the gitignore for Bazaar version control system
2016-06-13 06:05:24 +07:00
Assem Chelli / bigOTHER 4ac02fc282 Create the gitignore for Bazaar version control system 2016-06-12 22:44:23 +01:00
Brendan Forster 44763e48a4 Merge pull request #1994 from JSkimming/vs-project-fragment-lock-json
VisualStudio ignore project.fragment.lock.json
2016-06-10 12:51:35 +02:00
Brendan Forster 555c92c3ac Merge pull request #2009 from MyLittleRobo/MyLittleRobo-d-gitignore-patch
Update D.gitignore
2016-06-07 09:00:36 +02:00
Roman Chistokhodov c7e591bfb8 Update D.gitignore
Add docs/ and *.lst
2016-06-06 22:23:51 +03:00
James Skimming be2df771ba VisualStudio ignore project.fragment.lock.json
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.
2016-05-23 11:57:39 +01:00
Brendan Forster 8f35779cef Merge pull request #1979 from wolffan/patch-1
Add injection folder to ignore
2016-05-21 10:56:17 +03:00
Brendan Forster d1d1a4b760 Merge pull request #1992 from jlokimlin/master
Added *.smod to Fortran.gitignore
2016-05-21 10:21:54 +03:00
Jon Lo Kim Lin 438cb0632d Merge pull request #1 from jlokimlin/jlokimlin-patch-1
Added *.smod to Fortran.gitignore
2016-05-20 15:13:46 -07:00
Jon Lo Kim Lin f0c34f3219 Added *.smod to Fortran.gitignore
GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules
2016-05-20 14:10:19 -07:00
Brendan Forster e96a988a4e Merge pull request #1989 from AdrianVovk/patch-1
Ignore the workspace.xml file
2016-05-20 16:57:19 +03:00
Adrian Vovk 63d8a68c5d Ignore the workspace.xml file
and properly name the ART VM
2016-05-18 09:52:10 -04:00
Brendan Forster b27b46b656 Merge pull request #1986 from 0xBADDCAFE/master
Do not ignore Laravel's storage/ directory
2016-05-18 09:27:43 +03:00
0xBADDCAFE 63cf442bbe do not ignore storage/ directory 2016-05-18 14:11:54 +09:00
Brendan Forster cd5d218990 Merge pull request #1982 from jiahao/patch-1
Julia: ignore deps/deps.jl
2016-05-16 18:44:06 +02:00
Jiahao Chen 45ee7f0caf Julia: ignore deps/deps.jl
`deps/deps.jl` is an autogenerated file created by `BinDeps.jl`, Julia's package for managing binary dependencies.
2016-05-16 12:14:15 -04:00
Brendan Forster 785989be7e Merge pull request #1960 from leeyiw/add-cmake-ctest-gitignore
add CTestTestfile.cmake into CMake.gitignore
2016-05-16 11:41:21 +02:00
Brendan Forster 7a052429f0 Merge pull request #1959 from Javierieh/add-sublime-text-packages-ignore
Add sublime-text-3 gitignore for package control
2016-05-16 11:41:04 +02:00
Brendan Forster 973d0131bf Merge pull request #1950 from hlaaftana/patch-1
Create Julia.gitignore
2016-05-16 11:40:33 +02:00
Raimon Lapuente 548e76c75c Add injection folder to ignore
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
2016-05-13 17:15:22 +02:00
Brendan Forster 9779d87d3d Merge pull request #1973 from maxehmookau/patch-1
Add .env to optionally ignored files
2016-05-12 11:03:29 +02:00
Max Woolf a275681ead Annotate .env addition 2016-05-12 10:02:05 +01:00
Max Woolf 85147407e4 Add .env to optionally ignored files
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.
2016-05-12 08:53:20 +01:00
Brendan Forster f454371ec6 Merge pull request #1972 from Kagamine/master
Ignore '*.DS_Store' instead of ignore '.DS_Store'
2016-05-11 13:59:25 +02:00
あまみや ゆうこ 753df58a6c Ignore '*.DS_Store' instead of ignore '.DS_Store' 2016-05-11 13:39:00 +08:00
Brendan Forster 3a0542080d Merge pull request #1965 from RyanGlScott/master
Ignore cabal.project.local
2016-05-10 07:00:26 +04:00
Ryan Scott 708e6c7e68 Ignore cabal.project.local 2016-05-09 13:02:49 -04:00
Brendan Forster 9f044c43d2 Merge pull request #1963 from evfemist/master
ignore .dSYM along with .ipa files
2016-05-08 13:26:25 +10:00
Brendan Forster b9a9436d98 Merge pull request #1962 from skycaptain/add-osx-timemachine
Add .com.apple.timemachine.donotpresent to OSX
2016-05-08 13:25:03 +10:00
Manuel Leonhardt 970ecfb82e Add .com.apple.timemachine.donotpresent to OSX
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
2016-05-06 14:27:44 +02:00
Roman Stetsenko ce5d3969e7 ignore .dSYM along with .ipa files 2016-05-06 12:57:06 +03:00
Javier Espinoza f9ccecac73 Move package control settings to Global/SublimeText.gitignore 2016-05-05 15:35:26 -03:00
leeyiw 59e4f9acc3 add CTestTestfile.cmake into CMake.gitignore
CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
2016-05-05 14:59:25 +08:00
Javier Espinoza d42d671017 Add sublime-text-3 gitignore
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
2016-05-04 13:45:51 -03:00
Brendan Forster 785fcb765a Merge pull request #1956 from jrnold/master
Add knitr and R markdown patterns to R.gitignore
2016-05-01 19:12:58 +10:00
jrnold 4956277b1a Add knitr and R markdown patterns to R.gitignore
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.
2016-04-29 07:17:44 -07:00
Brendan Forster ae5dd85759 Merge pull request #1955 from jgm1986/master
Update MicrosoftOffice.gitignore
2016-04-29 07:52:17 +10:00
Javier Gusano Martinez d19334c931 Comment more clear. 2016-04-28 15:40:02 +02:00
Javier Gusano Martínez 0a50c89c29 Exclude Microsoft Visio temporary files. 2016-04-27 17:44:25 +02:00
Brendan Forster 475263ce02 Merge pull request #1954 from seungwonpark/patch-1
Update TeX.gitignore
2016-04-26 14:39:49 +10:00
Seungwon Park 8b46d457bd Update TeX.gitignore
When we use 'thmtools' package for creating 'List of Theorems', auxiliary file '.loe' is created, just as '.toc' for 'Table of Contents' and '.lof' for 'List of Figures'.
2016-04-26 10:30:49 +09:00
Brendan Forster d300d19e79 Merge pull request #1953 from 2Cubed/patch-1
Add .webassets-cache to Flask
2016-04-26 10:49:51 +10:00