]>
source.dussan.org Git - gitignore.git/log
Bo-Yi Wu [Mon, 17 Oct 2016 05:48:16 +0000 (13:48 +0800)]
ignore public/storage for laravel 5
Ref: https://github.com/laravel/laravel/blob/master/.gitignore#L2
Brendan Forster [Sat, 15 Oct 2016 22:44:20 +0000 (09:44 +1100)]
Merge pull request #2137 from dvlprs/update/Opencart
Update/opencart
dvlprs [Sat, 15 Oct 2016 11:44:22 +0000 (11:44 +0000)]
excluding vqmod cache files and logs
root [Sat, 15 Oct 2016 11:41:12 +0000 (11:41 +0000)]
excluding vqmod cache files and logs
Brendan Forster [Tue, 4 Oct 2016 23:30:07 +0000 (10:30 +1100)]
Merge pull request #2093 from Leandros/patch-1
Extend C to ignore Visual Studio artifacts
Arvid Gerstmann [Tue, 4 Oct 2016 09:04:00 +0000 (11:04 +0200)]
Merge branch 'master' into HEAD
Brendan Forster [Mon, 3 Oct 2016 03:48:42 +0000 (14:48 +1100)]
Merge pull request #2096 from petermorlion/jetbrains-include-shared-settings
Include shared settings, according to official docs
Wayne Nilsen [Mon, 3 Oct 2016 03:46:39 +0000 (23:46 -0400)]
Add rustfmt gitignore (#2108)
Brendan Forster [Mon, 3 Oct 2016 03:45:32 +0000 (14:45 +1100)]
Merge pull request #2115 from aarian93p/patch-1
Added kernel module compilation results
Brendan Forster [Mon, 3 Oct 2016 02:49:20 +0000 (13:49 +1100)]
Merge pull request #2054 from kevinmost/android-externalNativeBuild
Add .externalNativeBuild to Android gitignore
Brendan Forster [Tue, 27 Sep 2016 03:48:01 +0000 (13:48 +1000)]
Merge pull request #2121 from futabooo/patch-1
Add vendor folder to Go.gitignore
futabooo [Tue, 27 Sep 2016 01:33:41 +0000 (10:33 +0900)]
Add vendor folder to Go.gitignore
Brendan Forster [Mon, 26 Sep 2016 11:18:34 +0000 (21:18 +1000)]
Merge pull request #2107 from RehanSaeed/patch-1
Add support for Cake.Net
Brendan Forster [Mon, 26 Sep 2016 10:08:35 +0000 (18:08 +0800)]
Merge pull request #2113 from MikeRalphson/patch-1
Update Node.gitignore
Muhammad Rehan Saeed [Mon, 26 Sep 2016 08:27:10 +0000 (09:27 +0100)]
Update VisualStudio.gitignore
Mike Ralphson [Wed, 21 Sep 2016 06:18:07 +0000 (07:18 +0100)]
Update Node.gitignore (*.tgz)
Add `*.tgz`, the output of `npm pack`, or other build-steps.
Brendan Forster [Mon, 26 Sep 2016 03:51:39 +0000 (13:51 +1000)]
Merge pull request #2111 from jfloff/patch-1
Add .nfs files to Linux.gitignore
aarian93p [Wed, 21 Sep 2016 06:34:49 +0000 (10:04 +0330)]
More kernel module compilation results
Added a few missed files from kernel compilation results
aarian93p [Wed, 21 Sep 2016 06:25:57 +0000 (09:55 +0330)]
Added kernel module compilation results
Adds kernel module compile to the ignore list.
João Ferreira Loff [Mon, 19 Sep 2016 16:21:02 +0000 (17:21 +0100)]
Add .nfs files to Linux.gitignore
Muhammad Rehan Saeed [Thu, 15 Sep 2016 07:48:08 +0000 (08:48 +0100)]
Add support for Cake.Net
Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
Brendan Forster [Tue, 13 Sep 2016 23:10:51 +0000 (09:10 +1000)]
Merge pull request #2106 from ukari/patch-1
Update Erlang.gitignore
Muromi Ukari [Tue, 13 Sep 2016 14:37:43 +0000 (23:37 +0900)]
Update Erlang.gitignore
/ebin can't be simply ignored because *.app should be put here.
[Erlang Applications](http://erlang.org/doc/design_principles/applications.html)
> 8.4 Directory Structure
> ebin - Contains the Erlang object code, the beam files. The .app file is also placed here.
Brendan Forster [Mon, 12 Sep 2016 23:29:03 +0000 (09:29 +1000)]
Merge pull request #2105 from filipw/patch-2
added VS code coverage files
Filip W [Mon, 12 Sep 2016 13:34:02 +0000 (15:34 +0200)]
added VS code coverage files
Brendan Forster [Mon, 12 Sep 2016 02:25:21 +0000 (12:25 +1000)]
Merge pull request #2104 from kevcunnane/bug/jfmFiles
Ignore .jfm files in Visual Studio
Kevin Cunnane [Fri, 9 Sep 2016 01:09:05 +0000 (18:09 -0700)]
Ignore .jfm files in Visual Studio
.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.
Brendan Forster [Thu, 8 Sep 2016 00:48:50 +0000 (10:48 +1000)]
Merge pull request #2100 from srvg/Ansible
Introduce new Ansible template
Serge van Ginderachter [Wed, 7 Sep 2016 13:49:29 +0000 (15:49 +0200)]
introduce Ansible ignores
Peter Morlion [Wed, 7 Sep 2016 10:09:45 +0000 (12:09 +0200)]
Include shared settings, according to official docs
Official docs, found here:
https://intellij-support.jetbrains.com/hc/en-us/articles/
206544839 (as
of 13 Aug 2016)
Arvid Gerstmann [Tue, 6 Sep 2016 04:56:04 +0000 (06:56 +0200)]
Extend C to ignore Visual Studio artifacts
Visual Studio creates a few artifacts which weren't ignored before,
mainly .idb, .pdb and .ilk files which are either created by CL.EXE or
by LINK.EXE were added to the gitignore for Windows projects.
A little more information can be found here on Microsoft's
documentation: https://msdn.microsoft.com/en-us/library/3awe4781.aspx
Brendan Forster [Tue, 6 Sep 2016 00:08:35 +0000 (10:08 +1000)]
Merge pull request #2092 from vbalnt/patch-1
Update TeX.gitignore
Vassilis [Mon, 5 Sep 2016 18:52:48 +0000 (19:52 +0100)]
Update TeX.gitignore
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
Brendan Forster [Tue, 30 Aug 2016 23:48:59 +0000 (09:48 +1000)]
Merge pull request #2085 from johemst/master
Rename OSX.gitignore to macOS.gitignore
Jonathan [Tue, 30 Aug 2016 17:12:57 +0000 (19:12 +0200)]
Rename OSX.gitignore to macOS.gitignore
Apple renames OS X to macOS. Announced @ WWDC 2016
Brendan Forster [Thu, 25 Aug 2016 23:57:41 +0000 (09:57 +1000)]
Merge pull request #2077 from cshubhamrao/patch-1
nbactions.xml must not be ignored (?)
Brendan Forster [Thu, 25 Aug 2016 01:38:56 +0000 (11:38 +1000)]
Merge pull request #2079 from matt77hias/master
Added "Python Tools for Visual Studio" to VisualStudio.gitignore
Matthias [Tue, 23 Aug 2016 06:09:33 +0000 (08:09 +0200)]
Added "Python Tools for Visual Studio" to VisualStudio.gitignore
__pycache__/
*.pyc
Shubham Rao [Mon, 22 Aug 2016 18:06:09 +0000 (23:36 +0530)]
nbactions.xml must not be ignored (?)
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.
Brendan Forster [Sun, 21 Aug 2016 22:43:54 +0000 (08:43 +1000)]
Merge pull request #2074 from shtr0m/master
Add eslint cache ignore for node projects.
Kyle Pollock [Fri, 19 Aug 2016 14:45:28 +0000 (09:45 -0500)]
Add eslint cache ignore for node projects.
Brendan Forster [Wed, 17 Aug 2016 00:55:21 +0000 (10:55 +1000)]
Merge pull request #2065 from Shir0kamii/hidden-virtualenv
Add hidden virtualenv to Python template
Brendan Forster [Wed, 17 Aug 2016 00:54:57 +0000 (10:54 +1000)]
Merge pull request #2070 from ymartin59/patch-1
Ignore GNU Global GSYMS database of other symbols
Brendan Forster [Wed, 17 Aug 2016 00:54:12 +0000 (10:54 +1000)]
Merge pull request #2071 from gabrieloliva/master
Update ignore for fastlane files in Objective-C
Gabriel Oliva [Tue, 16 Aug 2016 14:20:39 +0000 (11:20 -0300)]
Update ignore for fastlane files in Objective-C
Yves Martin [Tue, 16 Aug 2016 11:41:52 +0000 (13:41 +0200)]
Ignore GNU Global GSYMS database of other symbols
Brendan Forster [Mon, 15 Aug 2016 00:10:10 +0000 (10:10 +1000)]
Merge pull request #2061 from agrafix/patch-1
ignore HTF test framework artifact directory
Brendan Forster [Sun, 14 Aug 2016 23:45:37 +0000 (09:45 +1000)]
Merge pull request #2064 from bakeevdr/patch-2
Updated for Joomla 3.6.2
Brendan Forster [Sun, 14 Aug 2016 23:45:11 +0000 (09:45 +1000)]
Merge pull request #2063 from pascalberger/CodeRush
Exclude folder for CodeRush settings
Alexandre Bonnetain [Sun, 14 Aug 2016 13:47:01 +0000 (15:47 +0200)]
Add hidden virtualenv to Python template
bakeevdr [Fri, 12 Aug 2016 18:48:38 +0000 (23:48 +0500)]
Updated for Joomla 3.6.2
Pascal Berger [Thu, 11 Aug 2016 09:01:42 +0000 (11:01 +0200)]
Exclude folder for CodeRush settings
Alexander Thiemann [Wed, 10 Aug 2016 10:56:26 +0000 (12:56 +0200)]
ignore HTF test framework artifact directory
See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile)
Brendan Forster [Mon, 8 Aug 2016 22:35:46 +0000 (08:35 +1000)]
Merge pull request #2051 from sdhull/patch-1
Remove config/secrets.yml
Steve Hull [Mon, 8 Aug 2016 18:38:53 +0000 (11:38 -0700)]
Remove config/secrets.yml
Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production).
Brendan Forster [Sun, 7 Aug 2016 06:54:34 +0000 (16:54 +1000)]
Merge pull request #2057 from brennanfee/visual-studio-code
Update Visual Studio Code to support workspace files.
Brennan Fee [Fri, 5 Aug 2016 05:29:32 +0000 (22:29 -0700)]
Update Visual Studio Code to support workspace files.
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.
Kevin Most [Mon, 1 Aug 2016 19:58:42 +0000 (15:58 -0400)]
Add .externalNativeBuild to Android gitignore
Brendan Forster [Thu, 28 Jul 2016 08:35:40 +0000 (18:35 +1000)]
Merge pull request #2052 from halfzebra/patch-1
Ignore elm-stuff project-wide
Eduard Kyvenko [Thu, 28 Jul 2016 08:18:33 +0000 (10:18 +0200)]
Ignore elm-stuff project-wide
Brendan Forster [Mon, 25 Jul 2016 20:59:51 +0000 (06:59 +1000)]
Merge pull request #2050 from tevfik6/master
Adding index.html files for cache and upload folders
Tevfik Tümer [Mon, 25 Jul 2016 10:25:19 +0000 (12:25 +0200)]
Adding index.html files for cache and upload folders
index.html should be in the upload and cache folders in order to avoid direct access
Brendan Forster [Fri, 22 Jul 2016 16:48:04 +0000 (09:48 -0700)]
Merge pull request #2048 from allentiak/patch-1
Scala: Ignore ENSIME files
Leandro Doctors [Thu, 21 Jul 2016 21:39:44 +0000 (18:39 -0300)]
Scala: Ignore ENSIME files
Brendan Forster [Thu, 21 Jul 2016 18:25:01 +0000 (11:25 -0700)]
Merge pull request #2045 from allentiak/patch-1
Correct .jar and .class mentions
Brendan Forster [Mon, 18 Jul 2016 18:45:13 +0000 (11:45 -0700)]
Merge pull request #1425 from targodan/patch-1
Add "*.out" to Go.gitignore
Leandro Doctors [Mon, 18 Jul 2016 02:33:53 +0000 (23:33 -0300)]
Correct .jar and .class mentions
Brendan Forster [Thu, 14 Jul 2016 16:48:57 +0000 (09:48 -0700)]
Merge pull request #2044 from dochang/terraform
Ignore terraform module directory
Desmond O. Chang [Thu, 14 Jul 2016 06:34:04 +0000 (14:34 +0800)]
Ignore terraform module directory
See <https://www.terraform.io/docs/commands/get.html>
Brendan Forster [Wed, 13 Jul 2016 16:55:34 +0000 (09:55 -0700)]
Merge pull request #2023 from rpistorello/unity-consulo
Added project folder created by Consulo IDE to Unity.gitignore
Brendan Forster [Wed, 13 Jul 2016 16:45:44 +0000 (09:45 -0700)]
Merge pull request #2042 from seungwonpark/master
Added gregoriotex
Seungwon Park [Tue, 12 Jul 2016 08:04:23 +0000 (17:04 +0900)]
Added gregoriotex
See documentation at
https://github.com/gregorio-project/gregorio
Brendan Forster [Mon, 11 Jul 2016 17:39:30 +0000 (10:39 -0700)]
Merge pull request #2041 from MinJunKweon/master
Fix indentation 'Code Injection'
MinJun Kweon [Mon, 11 Jul 2016 05:50:15 +0000 (14:50 +0900)]
Fix indentation 'Code Injection'
Brendan Forster [Sun, 10 Jul 2016 21:54:27 +0000 (14:54 -0700)]
Merge pull request #2037 from koppor/patch-1
ignore busy indicator of uncompressed .synctex file
Brendan Forster [Sun, 10 Jul 2016 21:53:56 +0000 (14:53 -0700)]
Merge pull request #2039 from koppor/patch-2
Add *.wrt produced by scrwfile
Brendan Forster [Sun, 10 Jul 2016 20:54:54 +0000 (13:54 -0700)]
Merge pull request #2040 from koppor/patch-3
Ignore .pdf
Oliver Kopp [Sun, 10 Jul 2016 12:35:30 +0000 (14:35 +0200)]
Ignore .pdf
On Windows, when PDF is opened with Acrobat Reader, one gets following output:
! I can't write on file `document.pdf'.
Please type another file name for output:
If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too.
Oliver Kopp [Sat, 9 Jul 2016 22:42:39 +0000 (00:42 +0200)]
Add *.wrt produced by scrwfile
Oliver Kopp [Sat, 9 Jul 2016 13:02:07 +0000 (15:02 +0200)]
ignore busy indicator of uncompressed .synctex file
Brendan Forster [Sun, 3 Jul 2016 23:23:59 +0000 (09:23 +1000)]
Merge pull request #2034 from ro31337/patch-2
Ignore *.pid.lock
Roman Pushkin [Sat, 2 Jul 2016 16:05:05 +0000 (09:05 -0700)]
Ignore *.pid.lock
Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files:
* `passenger.3000.pid` (removed when passenger stops)
* `passenger.3000.log`
* `passenger.3000.pid.lock`
While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored.
Brendan Forster [Fri, 1 Jul 2016 06:33:51 +0000 (16:33 +1000)]
Merge pull request #2031 from AdrianVovk/patch-1
Update Android.gitignore
Brendan Forster [Fri, 1 Jul 2016 06:33:28 +0000 (16:33 +1000)]
Merge pull request #2029 from thilaire/patch-1
Update TeX.gitignore
Brendan Forster [Fri, 1 Jul 2016 06:32:25 +0000 (16:32 +1000)]
Merge pull request #2030 from pablomtz/c_prerequisites
added prerequisites for C and C++
Adrian Vovk [Thu, 30 Jun 2016 22:02:04 +0000 (18:02 -0400)]
Update Android.gitignore
pmartinez [Wed, 29 Jun 2016 16:33:32 +0000 (13:33 -0300)]
added prerequisites for C and C++
thilaire [Wed, 29 Jun 2016 12:36:23 +0000 (14:36 +0200)]
Update TeX.gitignore
Add support for easy-todo package (that produces .lod file during the compilation)
Brendan Forster [Sun, 26 Jun 2016 10:15:54 +0000 (19:45 +0930)]
Merge pull request #2026 from mkobit/ignore-only-root-build
Only ignore the build directory in the same directory as .gitignore for Gradle
Mike Kobit [Fri, 24 Jun 2016 17:26:18 +0000 (12:26 -0500)]
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.
Ricardo Pistorello [Tue, 21 Jun 2016 14:34:13 +0000 (11:34 -0300)]
Added project folder created by Consulo IDE
Brendan Forster [Thu, 16 Jun 2016 21:23:41 +0000 (07:23 +1000)]
Merge pull request #1802 from github/update-license
update license to CC0
Brendan Forster [Thu, 16 Jun 2016 00:08:04 +0000 (10:08 +1000)]
Merge pull request #2017 from NuLL3rr0r/patch-1
ignore *.VC.db files
Brendan Forster [Thu, 16 Jun 2016 00:06:33 +0000 (10:06 +1000)]
Merge pull request #2016 from nocnokneo/patch-1
Ignore all forms of CMakeLists.txt.user
Mohammad S. Babaei [Wed, 15 Jun 2016 12:13:12 +0000 (16:43 +0430)]
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
Taylor Braun-Jones [Wed, 15 Jun 2016 11:58:14 +0000 (07:58 -0400)]
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
Brendan Forster [Sun, 12 Jun 2016 23:05:24 +0000 (06:05 +0700)]
Merge pull request #2015 from assem-ch/patch-2
Create the gitignore for Bazaar version control system
Assem Chelli / bigOTHER [Sun, 12 Jun 2016 21:44:23 +0000 (22:44 +0100)]
Create the gitignore for Bazaar version control system
Brendan Forster [Fri, 10 Jun 2016 10:51:35 +0000 (12:51 +0200)]
Merge pull request #1994 from JSkimming/vs-project-fragment-lock-json
VisualStudio ignore project.fragment.lock.json
Brendan Forster [Tue, 7 Jun 2016 07:00:36 +0000 (09:00 +0200)]
Merge pull request #2009 from MyLittleRobo/MyLittleRobo-d-gitignore-patch
Update D.gitignore