1446bd0044
Remove OSX-specific rule from ObjectiveC template
2014-03-07 00:20:51 +11:00
41feebfbd0
Merge RubyMotion into Ruby
2014-03-07 00:15:40 +11:00
5a6b8dbb8f
Merge pull request #983 from hugovk/patch-1
...
Ignore coverage results from coverage.py
2014-03-06 22:49:17 +11:00
12bb74338f
Merge pull request #982 from arcresu/vs-strip-global
...
[VisualStudio] Remove Windows OS rules
2014-03-06 22:47:35 +11:00
b273c1eb63
Merge pull request #984 from ashic/patch-1
...
Remove a trailing asterisk for stylistic consistency
2014-03-06 22:37:11 +11:00
0fb0fbefa5
Packages folder is ignored correctly
2014-03-06 11:25:15 +00:00
0df8ab0dcf
Ignore coverage results
...
coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io)
http://nedbatchelder.com/code/coverage/
https://pypi.python.org/pypi/coverage
2014-03-06 10:07:26 +02:00
ef567cb6a6
Remove Windows OS rules from VS template
2014-03-02 12:30:20 +11:00
fcce3b8de0
Merge pull request #979 from zman97211/master
...
Rename IgnorePackages back to VisualStudio.gitignore.
2014-03-01 08:52:21 +11:00
352771f937
Merge pull request #978 from stuartpb/patch-3
...
Fix comments in Dart template
2014-03-01 08:50:49 +11:00
b8f2b6d2f8
Merge pull request #977 from stuartpb/patch-2
...
Remove overly-permissive data file rules from Node template
2014-03-01 08:50:06 +11:00
b7ccf8bf8a
Rename IgnorePackages back to VisualStudio.gitignore.
2014-02-28 16:14:58 -05:00
36e07e8b2d
Fix comments in Dart.gitignore
...
.gitignore uses `#` for comments, not `//`
2014-02-28 12:51:18 -08:00
6b8815dc43
Remove Results classes from Node gitignore
...
These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`).
2014-02-28 12:46:45 -08:00
42f1a32235
ExtJS JavaScript Framework gitignore
...
Added gitignore for Sencha ExtJS, a complete web app framework
http://www.sencha.com/products/extjs/
2014-02-28 13:28:41 -06:00
b27768efcd
Update TeX.gitignore to be in alphabetical order
2014-02-28 11:16:13 -06:00
d906842119
Merge pull request #913 from stuartpb/node-patch
...
Refactor Node.gitignore with comments
2014-02-28 11:37:41 -05:00
937523ae50
Reduce comments
2014-02-28 11:37:14 -05:00
c096a6566a
Merge branch 'master' of https://github.com/github/gitignore into stuartpb-node-patch
...
Conflicts:
Node.gitignore
2014-02-28 11:36:57 -05:00
22f0d933d4
Merge pull request #969 from MisterJames/VisualStudioIgnore
...
Enable Ignore of NuGet Packages Folder By Default
2014-02-28 08:32:45 -08:00
69b99dd091
Merge pull request #963 from tioui/eiffelstudio
...
Adding a global template for EiffelStudio
2014-02-28 23:26:00 +11:00
121cbc3b73
Merge pull request #945 from arcresu/sass-cache
...
Simplify sass cache rules
2014-02-28 23:21:39 +11:00
4899dad980
Merge pull request #975 from DenJohX/patch-1
...
Added rule for directory config under KDE to Linux template
2014-02-28 17:51:27 +11:00
13c119f167
Added ignore for directory config under KDE
...
Dolphin, the KDE file manager, writes specific directory configuration in .directory files.
2014-02-28 00:26:43 -06:00
fdc303bb72
Merge pull request #973 from CodeBlock/idris
...
Add an Idris template
2014-02-28 14:02:44 +11:00
fef9e2d85d
Add an Idris gitignore
2014-02-27 21:51:51 -05:00
cdfef4a8e1
Merge pull request #970 from wzhishen/master
...
Update Leiningen.gitignore with checkouts and lein-failures rules
2014-02-28 13:42:14 +11:00
009b474870
Move the EiffelStudio.gitignore in the Global directory
2014-02-27 21:41:28 -05:00
8ff2f7af0f
Update Leiningen.gitignore
2014-02-27 21:27:21 -05:00
f68806d719
Merge pull request #972 from CodeBlock/haskell-typo
...
Fix typo in Haskell template
2014-02-28 12:56:11 +11:00
3bb4e51184
Fix typo in haskell gitignore
2014-02-27 20:24:54 -05:00
2992916925
Merge pull request #960 from SamWhited/patch-1
...
Ignore signed pom files in leiningen projects
2014-02-28 11:26:56 +11:00
c8c4749b3f
Merge pull request #964 from ohmanger/patch-1
...
Ignore log of applied patches in Magento.gitignore
2014-02-28 11:19:29 +11:00
5efebe2ef3
Enable Ignore of NuGet Packages Folder By Default
...
Submitting this for consideration.
The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default.
While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control.
2014-02-27 14:12:05 -05:00
bc403c8675
TeX.gitignore - Updated to include ignores for intermediate sagetex and sympytex files
2014-02-27 07:06:43 -06:00
1f84661643
R.gitignore - Added .Rdata files
2014-02-27 06:45:11 -06:00
d61f35aa62
Ignore log of applied patches
...
Magento keeps a log of official patches applied in this file.
2014-02-25 11:47:19 +00:00
e5128246c5
Adding the EiffelStudio .gitingore file.
2014-02-24 10:19:00 -05:00
b83dd2fb1e
Ignore signed pom files in leiningen projects
...
Pom files are commonly signed before deploy as part of the build/signoff process
2014-02-23 19:22:13 -05:00
ff81e9faeb
remove .exe.manifest ; Redundant
2014-02-23 02:48:20 -06:00
8b4090becb
.spec files also
2014-02-22 03:48:38 -06:00
2a36f4434f
PyInstaller .manifest
...
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos
into it.
*.exe.manifest
*.manifest
Example template
```
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity
type="win32"
name="SourceCoder"
version="14.2.22.0"
processorArchitecture="x86"
/>
<description>Description</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="x86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.VC90.CRT"
version="9.0.21022.8"
processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"
/>
</dependentAssembly>
</dependency>
</assembly>
```
2014-02-22 00:22:15 -06:00
2aadf75fd6
Group gettext files in the Python template
2014-02-21 10:52:28 +11:00
553033ff2f
Remove old sass-cache rule for Rails
2014-02-21 10:39:43 +11:00
503bde5d24
Merge Sass and Compass templates
2014-02-21 10:39:43 +11:00
26c17fe2db
Remove Mr Developer and Rope rules from Python template
2014-02-21 10:34:46 +11:00
52ff767b7a
Stop ignoring bin/ in Python template
2014-02-21 10:34:02 +11:00
b2a12b717c
add downloads/ in Distribution / packaging
2014-02-19 20:16:17 +05:30
2544a6b710
Merge pull request #954 from krtek/patch-1
...
Removed IDE-specific rules from Grails template
2014-02-19 11:30:51 +11:00
7f7df06518
Removed IDE support files entirely
...
Those files should be in Global/ templates
2014-02-19 01:16:52 +01:00