aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1524 from hcollet/stataBrendan Forster2017-01-281-0/+24
|\ | | | | First .gitignore for Stata files
| * Commented out the exclusion of image files, added a link to list the image ↵Tinh-Hai Collet2015-07-151-7/+12
| | | | | | | | file types
| * Move Stata.gitignore to Global/, as discussed with shiftkeyTinh-Hai Collet2015-05-181-0/+19
| |
* | Added Simulink .autosave extensionJumbalaya2017-01-271-0/+3
| |
* | SublimeText: ignore new Package Control certsArthur Carabott2017-01-021-0/+3
| | | | | | | | | | | | | | | | | | | | Package Control now has a number of bundles for certificates instead of the old directory. This ignores them as per http://github.com/wbond/package_control/issues/1153 https://forum.sublimetext.com/t/generating-oscrypto-ca-bundle-crt-after-mac-os-install-and-security/23020 from the author
* | Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".roubles2016-12-051-2/+4
| | | | | | | | | | While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
* | Add ehthumbs_vista.db as Windows thumbnail cache fileMemmie Lenglet2016-11-301-1/+2
| | | | | | | | | | | | | | | | | | As Windows Vista Media Center thumbnails References: - https://nctritech.wordpress.com/tag/ehthumbs_vista-db/ - https://thumbsviewer.github.io/ - https://www.file-extensions.org/db-file-extension-windows-thumbnail-database
* | Modified VS Code .gitignoreDavor Mas2016-11-211-0/+1
| | | | | | | | | | Added extensions.json as exception in .vscode folder. File is used as extensions recommendation for project.
* | Merge pull request #2159 from exarus/patch-1Brendan Forster2016-11-061-0/+1
|\ \ | | | | | | Updated Jetbrains.gitignore
| * | Updated Jetbrains.gitignoreRuslan Gunawardana2016-10-291-0/+1
| | | | | | | | | Added datasource folder
* | | Merge pull request #2172 from dkav/del-pythonBrendan Forster2016-11-061-2/+0
|\ \ \ | | | | | | | | Delete IPythonNotebook.gitignore
| * | | Delete IPythonNotebook.gitignoreDarren2016-11-031-2/+0
| |/ / | | | | | | The IPython Notebook is now known as the Jupyter Notebook (see http://ipython.org/notebook.html). Jupyter ignore values are already found in the Python.gitignore.
* / / Add .dir-locals.elRobson Roberto Souza Peixoto2016-11-041-1/+4
|/ / | | | | Read more here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html
* | Merge pull request #2096 from petermorlion/jetbrains-include-shared-settingsBrendan Forster2016-10-031-3/+0
|\ \ | | | | | | Include shared settings, according to official docs
| * | Include shared settings, according to official docsPeter Morlion2016-09-071-3/+0
| | | | | | | | | | | | | | | | | | Official docs, found here: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as of 13 Aug 2016)
* | | Add .nfs files to Linux.gitignoreJoão Ferreira Loff2016-09-191-0/+3
| | |
* | | introduce Ansible ignoresSerge van Ginderachter2016-09-071-0/+1
|/ /
* | Rename OSX.gitignore to macOS.gitignoreJonathan2016-08-301-25/+26
| | | | | | Apple renames OS X to macOS. Announced @ WWDC 2016
* | 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.
* | Ignore GNU Global GSYMS database of other symbolsYves Martin2016-08-161-0/+1
| |
* | 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.
* | Create the gitignore for Bazaar version control systemAssem Chelli / bigOTHER2016-06-121-0/+2
| |
* | 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-051-0/+13
| | |
* | | 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
| | | |
* | | | Add .com.apple.timemachine.donotpresent to OSXManuel Leonhardt2016-05-061-0/+1
| |/ / |/| | | | | | | | .com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
* | | Comment more clear.Javier Gusano Martinez2016-04-281-1/+1
| | |
* | | Exclude Microsoft Visio temporary files.Javier Gusano Martínez2016-04-271-0/+3
| | |
* | | Add dist/ folder to Emacs gitignoresrexim2016-03-281-0/+1
| | |
* | | Merge pull request #1550 from photodude/patch-1Brendan Forster2016-03-061-0/+4
|\ \ \ | | | | | | | | Add the other Dreamweaver added files
| * | | Add the other Dreamweaver added filesphotodude2015-06-111-0/+4
| | | |
* | | | Merge pull request #1598 from rdalkire/patch-1Brendan Forster2016-03-061-1/+1
|\ \ \ \ | | | | | | | | | | Update CVS.gitignore
| * | | | Update CVS.gitignorerdalkire2015-07-221-1/+1
| | | | | | | | | | | | | | | I added and tested another leading asterisk to deal with the CVS directories further down the tree.
* | | | | Merge pull request #1807 from rlee287/eclipse-recommenderBrendan Forster2016-03-061-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Added Eclipse Recommenders to Eclipse gitignore
| * | | | | Added Eclipse Recommenders to Eclipse gitignorerlee2872015-12-191-0/+1
| | | | | |
* | | | | | Merge pull request #1867 from yoLotus/emacs-projectileBrendan Forster2016-03-061-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | add .projectile file to emacs .gitignore
| * | | | | | add .projectile file to emacs .gitignoreEtienne Bazin2016-02-191-0/+3
| | | | | | |
* | | | | | | Merge pull request #1559 from tjrana/dropbox-gitignoreBrendan Forster2016-03-061-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Dropbox.gitignore
| * | | | | | | Add Dropbox.gitignoreTJ Rana2015-06-181-0/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1871 from guenti/masterBrendan Forster2016-02-261-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update Vim.gitignore
| * | | | | | | Update Vim.gitignoreMario Guenterberg2016-02-221-0/+2
| | |/ / / / / | |/| | | | | | | | | | | | Added auto-generated tag files.
* / | | | | | Update Jetbrains .gitignore dataSources.local.xmlRaman Gupta2016-02-251-0/+1
|/ / / / / /
* | | | | | Merge remote-tracking branch 'upstream/master'Jonathan Chu2016-02-1113-31/+72
|\ \ \ \ \ \
| * | | | | | Added Library Mappings and VCS RootRoberto Novelo2016-02-101-0/+2
| | | | | | | | | | | | | | | | | | | | | These files differ on Windows and OS X.
| * | | | | | Merge pull request #1846 from mcandre/octave-session-infoBrendan Forster2016-02-101-0/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | matlab: ignore octave session info
| | * | | | | | matlab: ignore octave session infoAndrew Pennebaker2016-02-061-0/+3
| | | | | | | |
| * | | | | | | Remove redundancy in Global/Vim.gitignoreNoah Lovelady-Allen2016-02-071-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Anything matched by `*.un~` will also be matched by the last rule, `*~`.
| * | | | | | | Merge pull request #1791 from Oddj0b/CalabashBrendan Forster2016-01-281-0/+10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Based on a template from jmoody
| | * | | | | | | Move Calabash to GlobalVillars Gimm2016-01-271-0/+10
| | | | | | | | |