aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
* Add sccprj/ folder to global MATLAB.gitignore (#2493)Caio Proiete2017-11-291-1/+2
|
* Change desktop.ini to [Dd]esktop.iniYousha Aleayoub2017-10-231-1/+1
|
* Fix failure to ignore simulink autosave fileQingyu Deng2017-09-121-1/+1
| | | | | `.autosave` does not match the name of autosave file generated by simulink. A leading asterisk(*) is needed to match such name.
* Merge pull request #2410 from Coeur/patch-2Brendan Forster2017-09-091-9/+9
|\ | | | | clarifying when ignoring is not required
| * clarifying when ignoring is not requiredAntoine Cœur2017-06-081-9/+9
| |
* | Merge pull request #2422 from danilcha/masterBrendan Forster2017-09-091-1/+1
|\ \ | | | | | | .DS_Store is a file name, not an extension
| * | .DS_Store is a file name, not an extensionDanila Piatov2017-07-061-1/+1
| |/
* / JetBrains: out/ ignored recursivelyOliver Kopp2017-07-261-1/+1
|/
* Optionally add log files to Vagrant and improve file's commentsRobert Simmons2017-06-061-0/+4
|
* Fix capitalization and spacing of commentsRobert Simmons2017-05-314-11/+14
|
* Create .gitignore rules for JEnvKeir Nellyer2017-05-251-0/+5
|
* Add stackdump to Windows.gitignoreWalter Purcaro2017-05-101-0/+3
| | | | | | | | | | **Reasons for making this change:** Ignore the stack dump generated when a program has crashed under Windows. **Links to documentation supporting these rule changes:** http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962
* Edit ignore for Microsoft Visio autosave files to include Office <= 2003Piotr Orzechowski2017-04-191-1/+1
|
* Added .tgzMayank Kakodkar2017-04-161-0/+1
|
* Merge pull request #2329 from Omarasifshaikh/patch-1Brendan Forster2017-04-151-0/+3
|\ | | | | Adding cmake-build-debug
| * Adding cmake-build-debugOmar Shaikh2017-03-191-0/+3
| |
* | Merge pull request #2337 from spencermathews/fix-macos-iconBrendan Forster2017-03-291-26/+25
|\ \ | | | | | | Fix macOS Icon
| * | Add two CR characters to ignore Icon?Spencer Mathews2017-03-281-2/+1
| | |
| * | Change macOS to UNIX line endingsSpencer Mathews2017-03-281-26/+26
| |/
* / .project and .classpath should be inside VCRafael Miranda2017-03-281-6/+0
|/ | | From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F
* Add Cursive's REPL history fileRobert Richter2017-03-121-0/+3
| | | | | | | | | | | | | | | **Reasons for making this change:** The file `replstate.xml` contains the history of the Clojure REPL that Cursive adds to IntelliJ. Obviously that's user-specific, and not relevant to other users. **Links to documentation supporting these rule changes:** This file is not well-documented, but in cursive-ide/cursive#1325, the Cursive developers state that this is the REPL history file, and that deleting it is acceptable troubleshooting if it's causing trouble.
* Ignore dictionaries to reflect docsAleixo Sánchez2017-02-171-0/+1
|
* Merge pull request #2288 from sherzodv/eclipse-scalaBrendan Forster2017-02-171-0/+2
|\ | | | | [Eclipse] Add excludes kept in Scala.gitignore .
| * [Eclipse] Add excludes kept in Scala.gitignore .sherzod2017-02-171-0/+2
| | | | | | | | | | Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore itself. Copy missing entries here.
* | [SBT] Add some excludes kept in Scala.gitignore .sherzod2017-02-171-0/+3
|/ | | | | Scala.gitignore currently has more entries for SBT than SBT.gitignore itself. Copy missing entries here.
* Merge pull request #2068 from sherzodv/scala-ide-cache-mainBrendan Forster2017-02-161-0/+3
|\ | | | | [Scala] exclude Scala IDE related .cache-main .
| * Update for Eclipsesherzod2016-08-161-0/+3
| | | | | | | | Add exclusion for Scala IDE specific .cache-main files.
* | Merge pull request #2246 from Nihlus/patch-1Brendan Forster2017-02-021-12/+12
|\ \ | | | | | | [Global/JetBrains] add support for Rider and nested projects
| * | Update JetBrains.gitignoreJarl Gullberg2017-01-151-12/+12
| | | | | | | | | In newer versions of the IntelliJ platform (such as the one used for Rider), the .idea files are now placed in a subdirectory of the same, named after the current project (such as ".idea/.idea.Everlook/.idea/workspace.xml"). Adding a double-star pattern to these folder rules will also ignore these new files and maintain backwards compatibility with previous revisions of this file.
* | | 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.