Commit Graph

3228 Commits

Author SHA1 Message Date
8512c772d7 Merge pull request #2121 from futabooo/patch-1
Add vendor folder to Go.gitignore
2016-09-27 13:48:01 +10:00
14740a52c5 Add vendor folder to Go.gitignore 2016-09-27 10:42:20 +09:00
0b2d7ae1aa Merge pull request #2107 from RehanSaeed/patch-1
Add support for Cake.Net
2016-09-26 21:18:34 +10:00
f5f306c951 Merge pull request #2113 from MikeRalphson/patch-1
Update Node.gitignore
2016-09-26 18:08:35 +08:00
b87e474741 Update VisualStudio.gitignore 2016-09-26 09:27:10 +01:00
841cf58592 Update Node.gitignore (*.tgz)
Add `*.tgz`, the output of `npm pack`, or other build-steps.
2016-09-26 06:59:20 +01:00
157dd31788 Merge pull request #2111 from jfloff/patch-1
Add .nfs files to Linux.gitignore
2016-09-26 13:51:39 +10:00
b7e6ce66c7 More kernel module compilation results
Added a few missed files from kernel compilation results
2016-09-21 10:04:49 +03:30
a080e36767 Added kernel module compilation results
Adds kernel module compile to the ignore list.
2016-09-21 09:55:57 +03:30
3bf3203c4f add typings 2016-09-19 19:31:20 -07:00
b414451e55 ignore typings directory 2016-09-19 18:07:02 -07:00
4f7062e132 Add .nfs files to Linux.gitignore 2016-09-19 17:21:02 +01:00
da681d7115 Add support for Cake.Net
Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
2016-09-15 08:48:08 +01:00
afbff9027d Merge pull request #2106 from ukari/patch-1
Update Erlang.gitignore
2016-09-14 09:10:51 +10:00
f1a8fddea2 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.
2016-09-13 23:37:43 +09:00
de9da67331 Merge pull request #2105 from filipw/patch-2
added VS code coverage files
2016-09-13 09:29:03 +10:00
6951912890 added VS code coverage files 2016-09-12 15:34:02 +02:00
6a81bf03cf Merge pull request #2104 from kevcunnane/bug/jfmFiles
Ignore .jfm files in Visual Studio
2016-09-12 12:25:21 +10:00
3cdfc09983 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.
2016-09-08 18:09:05 -07:00
e6dd3a81e6 Merge pull request #2100 from srvg/Ansible
Introduce new Ansible template
2016-09-08 10:48:50 +10:00
cd22a9cc58 introduce Ansible ignores 2016-09-07 15:49:29 +02:00
aad5932d4b 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)
2016-09-07 12:09:45 +02:00
1ca4b201e0 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
2016-09-06 06:56:04 +02:00
0eeed18a54 Merge pull request #2092 from vbalnt/patch-1
Update TeX.gitignore
2016-09-06 10:08:35 +10:00
3a26425160 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
2016-09-05 19:52:48 +01:00
e287eac761 Merge pull request #2085 from johemst/master
Rename OSX.gitignore to macOS.gitignore
2016-08-31 09:48:59 +10:00
5a355ed010 Add gitignore for Cypress Semiconductor IDE
The PSoC is a popular microcontroller and the PSoC Creator is a great IDE that deserves a .gitignore so it's easier for people to share the _neccessary_ files for collaboration. 

>not affiliated
2016-08-30 22:12:31 +02:00
899509f2f2 Rename OSX.gitignore to macOS.gitignore
Apple renames OS X to macOS. Announced @ WWDC 2016
2016-08-30 19:12:57 +02:00
84f2576155 Merge pull request #2077 from cshubhamrao/patch-1
nbactions.xml must not be ignored (?)
2016-08-26 09:57:41 +10:00
e3fbfd31cc Merge pull request #2079 from matt77hias/master
Added "Python Tools for Visual Studio" to VisualStudio.gitignore
2016-08-25 11:38:56 +10:00
041d63b8eb Added "Python Tools for Visual Studio" to VisualStudio.gitignore
__pycache__/
*.pyc
2016-08-23 08:09:33 +02:00
d785d6115e 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.
2016-08-22 23:36:09 +05:30
300b0540c3 Merge pull request #2074 from shtr0m/master
Add eslint cache ignore for node projects.
2016-08-22 08:43:54 +10:00
88e76d3b94 Add eslint cache ignore for node projects. 2016-08-19 09:46:09 -05:00
ef8772f134 Merge pull request #2065 from Shir0kamii/hidden-virtualenv
Add hidden virtualenv to Python template
2016-08-17 10:55:21 +10:00
4d1d9f85c3 Merge pull request #2070 from ymartin59/patch-1
Ignore GNU Global GSYMS database of other symbols
2016-08-17 10:54:57 +10:00
0ddd4297d2 Merge pull request #2071 from gabrieloliva/master
Update ignore for fastlane files in Objective-C
2016-08-17 10:54:12 +10:00
f3168077da Update ignore for fastlane files in Objective-C 2016-08-16 11:20:39 -03:00
e60b5dc494 Ignore GNU Global GSYMS database of other symbols 2016-08-16 13:41:52 +02:00
557655fa66 Update for Eclipse
Add exclusion for Scala IDE specific .cache-main files.
2016-08-16 11:59:29 +05:00
58c8e30852 Update for Scala
Exclude Scala IDE related .cache-main files.
2016-08-16 11:47:19 +05:00
d45714707e Merge pull request #2061 from agrafix/patch-1
ignore HTF test framework artifact directory
2016-08-15 10:10:10 +10:00
14ee7fe44b Merge pull request #2064 from bakeevdr/patch-2
Updated for Joomla 3.6.2
2016-08-15 09:45:37 +10:00
41307f0ab1 Merge pull request #2063 from pascalberger/CodeRush
Exclude folder for CodeRush settings
2016-08-15 09:45:11 +10:00
1c652a2ffe Add hidden virtualenv to Python template 2016-08-14 15:47:01 +02:00
a7f6e99b23 Updated for Joomla 3.6.2 2016-08-12 23:48:38 +05:00
5fdead13b0 Exclude folder for CodeRush settings 2016-08-11 11:01:42 +02:00
49f6eb9e07 ignore HTF test framework artifact directory
See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile)
2016-08-10 12:56:26 +02:00
2664dad61f Merge pull request #2051 from sdhull/patch-1
Remove config/secrets.yml
2016-08-09 08:35:46 +10:00
cedd263b83 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).
2016-08-08 11:38:53 -07:00