aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2104 from kevcunnane/bug/jfmFilesBrendan Forster2016-09-121-0/+1
|\ | | | | Ignore .jfm files in Visual Studio
| * Ignore .jfm files in Visual StudioKevin Cunnane2016-09-081-0/+1
|/ | | | | .jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories. This fix helps mitigate this by avoiding checkin of this file type.
* Merge pull request #2100 from srvg/AnsibleBrendan Forster2016-09-081-0/+1
|\ | | | | Introduce new Ansible template
| * introduce Ansible ignoresSerge van Ginderachter2016-09-071-0/+1
|/
* Merge pull request #2092 from vbalnt/patch-1Brendan Forster2016-09-061-0/+3
|\ | | | | Update TeX.gitignore
| * Update TeX.gitignoreVassilis2016-09-051-0/+3
|/ | | | | | Added a line that adds the `auto` folder that Emacs+ AUCTex automatically creates in the gitignore list. More about this `auto` feature below https://www.gnu.org/software/auctex/manual/auctex/Parsing-Files.html
* Merge pull request #2085 from johemst/masterBrendan Forster2016-08-311-25/+26
|\ | | | | Rename OSX.gitignore to macOS.gitignore
| * Rename OSX.gitignore to macOS.gitignoreJonathan2016-08-301-25/+26
|/ | | Apple renames OS X to macOS. Announced @ WWDC 2016
* Merge pull request #2077 from cshubhamrao/patch-1Brendan Forster2016-08-261-1/+0
|\ | | | | nbactions.xml must not be ignored (?)
| * nbactions.xml must not be ignored (?)Shubham Rao2016-08-221-1/+0
| | | | | | | | | | | | | | This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE. Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) Also this file does anything worth ignoring Added by #145 Exclusion of `nbactions.xml` from `.gitgnore` should be discussed.
* | Merge pull request #2079 from matt77hias/masterBrendan Forster2016-08-251-0/+4
|\ \ | |/ |/| Added "Python Tools for Visual Studio" to VisualStudio.gitignore
| * Added "Python Tools for Visual Studio" to VisualStudio.gitignoreMatthias2016-08-231-0/+4
|/ | | | __pycache__/ *.pyc
* Merge pull request #2074 from shtr0m/masterBrendan Forster2016-08-221-0/+3
|\ | | | | Add eslint cache ignore for node projects.
| * Add eslint cache ignore for node projects.Kyle Pollock2016-08-191-0/+3
|/
* Merge pull request #2065 from Shir0kamii/hidden-virtualenvBrendan Forster2016-08-171-0/+1
|\ | | | | Add hidden virtualenv to Python template
| * Add hidden virtualenv to Python templateAlexandre Bonnetain2016-08-141-0/+1
| |
* | Merge pull request #2070 from ymartin59/patch-1Brendan Forster2016-08-171-0/+1
|\ \ | | | | | | Ignore GNU Global GSYMS database of other symbols
| * | Ignore GNU Global GSYMS database of other symbolsYves Martin2016-08-161-0/+1
| | |
* | | Merge pull request #2071 from gabrieloliva/masterBrendan Forster2016-08-171-0/+2
|\ \ \ | |/ / |/| | Update ignore for fastlane files in Objective-C
| * | Update ignore for fastlane files in Objective-CGabriel Oliva2016-08-161-0/+2
|/ /
* | Merge pull request #2061 from agrafix/patch-1Brendan Forster2016-08-151-0/+1
|\ \ | | | | | | ignore HTF test framework artifact directory
| * | ignore HTF test framework artifact directoryAlexander Thiemann2016-08-101-0/+1
| |/ | | | | See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile)
* | Merge pull request #2064 from bakeevdr/patch-2Brendan Forster2016-08-151-0/+16
|\ \ | | | | | | Updated for Joomla 3.6.2
| * | Updated for Joomla 3.6.2bakeevdr2016-08-121-0/+16
| |/
* | Merge pull request #2063 from pascalberger/CodeRushBrendan Forster2016-08-151-0/+3
|\ \ | |/ |/| Exclude folder for CodeRush settings
| * Exclude folder for CodeRush settingsPascal Berger2016-08-111-0/+3
|/
* Merge pull request #2051 from sdhull/patch-1Brendan Forster2016-08-091-2/+4
|\ | | | | Remove config/secrets.yml
| * Remove config/secrets.ymlSteve Hull2016-08-081-2/+4
|/ | | | Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production).
* Merge pull request #2057 from brennanfee/visual-studio-codeBrendan Forster2016-08-071-2/+4
|\ | | | | Update Visual Studio Code to support workspace files.
| * Update Visual Studio Code to support workspace files.Brennan Fee2016-08-041-2/+4
|/ | | | | | | Visual Studio Code has a few files that can be placed into the workspace in order to share settings across users. Settings.json is for project specific overrides. Tasks.json is for executable tasks (build, gulp, etc.) While launch.json is for debugging specific tasks.
* Merge pull request #2052 from halfzebra/patch-1Brendan Forster2016-07-281-1/+1
|\ | | | | Ignore elm-stuff project-wide
| * Ignore elm-stuff project-wideEduard Kyvenko2016-07-281-1/+1
|/
* Merge pull request #2050 from tevfik6/masterBrendan Forster2016-07-261-0/+2
|\ | | | | Adding index.html files for cache and upload folders
| * Adding index.html files for cache and upload foldersTevfik Tümer2016-07-251-0/+2
|/ | | index.html should be in the upload and cache folders in order to avoid direct access
* Merge pull request #2048 from allentiak/patch-1Brendan Forster2016-07-221-0/+4
|\ | | | | Scala: Ignore ENSIME files
| * Scala: Ignore ENSIME filesLeandro Doctors2016-07-211-0/+4
|/
* Merge pull request #2045 from allentiak/patch-1Brendan Forster2016-07-211-1/+2
|\ | | | | Correct .jar and .class mentions
| * Correct .jar and .class mentionsLeandro Doctors2016-07-171-1/+2
| |
* | Merge pull request #1425 from targodan/patch-1Brendan Forster2016-07-181-0/+3
|\ \ | |/ |/| Add "*.out" to Go.gitignore
| * Added comment to *.out entryLuca Corbatto2016-05-111-0/+1
| |
| * Add "*.out" to Go.gitignoreLuca Corbatto2015-03-011-0/+2
| | | | | | The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
* | Merge pull request #2044 from dochang/terraformBrendan Forster2016-07-141-0/+3
|\ \ | | | | | | Ignore terraform module directory
| * | Ignore terraform module directoryDesmond O. Chang2016-07-141-0/+3
|/ / | | | | | | See <https://www.terraform.io/docs/commands/get.html>
* | Merge pull request #2023 from rpistorello/unity-consuloBrendan Forster2016-07-131-1/+2
|\ \ | | | | | | Added project folder created by Consulo IDE to Unity.gitignore
| * | Added project folder created by Consulo IDERicardo Pistorello2016-06-211-1/+2
| | |
* | | Merge pull request #2042 from seungwonpark/masterBrendan Forster2016-07-131-0/+4
|\ \ \ | | | | | | | | Added gregoriotex
| * | | Added gregoriotexSeungwon Park2016-07-121-0/+4
|/ / / | | | | | | | | | | | | See documentation at https://github.com/gregorio-project/gregorio
* | | Merge pull request #2041 from MinJunKweon/masterBrendan Forster2016-07-111-1/+1
|\ \ \ | | | | | | | | Fix indentation 'Code Injection'
| * | | Fix indentation 'Code Injection'MinJun Kweon2016-07-111-1/+1
|/ / /
* | | Merge pull request #2037 from koppor/patch-1Brendan Forster2016-07-101-0/+1
|\ \ \ | | | | | | | | ignore busy indicator of uncompressed .synctex file