1
0
mirror of https://github.com/github/gitignore synced 2024-06-20 11:22:50 +02:00
Commit Graph

1246 Commits

Author SHA1 Message Date
Dennis Xiloj
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
Carl Suster
fdc303bb72 Merge pull request #973 from CodeBlock/idris
Add an Idris template
2014-02-28 14:02:44 +11:00
Ricky Elrod
fef9e2d85d Add an Idris gitignore 2014-02-27 21:51:51 -05:00
Carl Suster
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
Louis M
009b474870 Move the EiffelStudio.gitignore in the Global directory 2014-02-27 21:41:28 -05:00
Zhishen (Jason) Wen
8ff2f7af0f Update Leiningen.gitignore 2014-02-27 21:27:21 -05:00
Carl Suster
f68806d719 Merge pull request #972 from CodeBlock/haskell-typo
Fix typo in Haskell template
2014-02-28 12:56:11 +11:00
Ricky Elrod
3bb4e51184 Fix typo in haskell gitignore 2014-02-27 20:24:54 -05:00
Carl Suster
2992916925 Merge pull request #960 from SamWhited/patch-1
Ignore signed pom files in leiningen projects
2014-02-28 11:26:56 +11:00
Carl Suster
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
James Chambers
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
Tim Grilley
bc403c8675 TeX.gitignore - Updated to include ignores for intermediate sagetex and sympytex files 2014-02-27 07:06:43 -06:00
Tim Grilley
1f84661643 R.gitignore - Added .Rdata files 2014-02-27 06:45:11 -06:00
Mike Manger
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
Louis M
e5128246c5 Adding the EiffelStudio .gitingore file. 2014-02-24 10:19:00 -05:00
Sam Whited
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
Metallicow
ff81e9faeb remove .exe.manifest ; Redundant 2014-02-23 02:48:20 -06:00
Metallicow
8b4090becb .spec files also 2014-02-22 03:48:38 -06:00
Metallicow
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
Carl Suster
2aadf75fd6 Group gettext files in the Python template 2014-02-21 10:52:28 +11:00
Carl Suster
553033ff2f Remove old sass-cache rule for Rails 2014-02-21 10:39:43 +11:00
Carl Suster
503bde5d24 Merge Sass and Compass templates 2014-02-21 10:39:43 +11:00
Carl Suster
26c17fe2db Remove Mr Developer and Rope rules from Python template 2014-02-21 10:34:46 +11:00
Carl Suster
52ff767b7a Stop ignoring bin/ in Python template 2014-02-21 10:34:02 +11:00
Carl Suster
2544a6b710 Merge pull request #954 from krtek/patch-1
Removed IDE-specific rules from Grails template
2014-02-19 11:30:51 +11:00
Lukáš Marek
7f7df06518 Removed IDE support files entirely
Those files should be in Global/ templates
2014-02-19 01:16:52 +01:00
Lukáš Marek
073fd88f68 Removed JetBrains *.iws files
This entry should be (and is) rather in Global/JetBrains.gitignore
2014-02-19 00:30:31 +01:00
Brendan Forster
09e6aac9b5 Merge pull request #923 from simnalamburt/patch-1
Updated rules of 'VisualStudio.gitignore' about ATL Project.
2014-02-18 19:52:53 +11:00
Hyeon Kim
7d60eeeece Ignore the build result of ATL Project.
This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project.

* [Dd]ebugPS/
* [Rr]eleasePS/
* dlldata.c
2014-02-18 17:40:21 +09:00
Ben Bodenmiller
fe589343ff fix typo, will squash commits later 2014-02-18 00:06:21 -08:00
Ben Bodenmiller
c825cd2183 ignore web deploy settings by default
web deploy settings include unencrypted passwords
2014-02-17 23:57:48 -08:00
Carl Suster
84a9977048 Merge pull request #948 from bbodenmiller/patch-1
ignore SQL server database files
2014-02-18 10:53:58 +11:00
Ben Bodenmiller
8209ea1b36 ignore SQL server database files 2014-02-14 01:34:02 -08:00
Markus Olsson
4bb37290cb Merge pull request #947 from IonicaBizau/patch-1
Updated the year :-)
2014-02-13 15:26:47 +01:00
Ionică Bizău
12aa1b03fc Updated the year :-) 2014-02-13 15:57:44 +02:00
Carl Suster
e0d819c247 Merge pull request #882 from Arvur/master
Better Delphi .gitignore
2014-02-13 18:45:21 +11:00
Denis Grinyuk
d51b1b71e9 Some cleanup 2014-02-13 11:29:21 +04:00
Carl Suster
a9c7840df5 Merge pull request #942 from jturmel/master
Ignore output from Crashlytics JetBrains plugin
2014-02-13 17:41:45 +11:00
jturmel
9a0f32a452 Remove AndroidStudio, modify Global/JetBrains
* Remove AndroidStudio.gitignore in favor of adding the
  change needed to the Global/JetBrains.gitignore file
2014-02-12 10:40:56 -06:00
Denis Grinyuk
432f6edf38 Additional comments 2014-02-12 18:38:30 +04:00
Denis Grinyuk
baf7fe56e6 One more compiler-generated binary 2014-02-12 18:38:29 +04:00
Denis Grinyuk
7f275ff0ec Some filetypes should be commented by default 2014-02-12 18:38:28 +04:00
Denis Grinyuk
33540b9755 Nicer Delphi .gitignore
- added header with link to official documentation about Delphi filetypes
- added some missed file extensions
- made some grouping with descriptions
2014-02-12 18:38:27 +04:00
Denis Grinyuk
f85e67659d This is not Delphi-specific folder 2014-02-12 18:38:26 +04:00
jturmel
52eec8d558 Add AndroidStudio gitignore file 2014-02-10 10:24:05 -06:00
Carl Suster
03c0beb080 Merge pull request #930 from Lordovos/dmlang
Added template for the DM language.
2014-02-11 01:59:59 +11:00
Adam Roben
bf40264de8 Merge pull request #920 from danlister/patch-1
Create Umbraco.gitignore
2014-02-07 08:50:20 -05:00
Dan Lister
1389bf1b26 Removed Visual Studio ignore rules from umbraco.gitignore 2014-02-07 12:05:48 +00:00
Carl Suster
90d31abaea Merge pull request #941 from edelbluth/master
Added *.synctex.gz(busy) to TeX template
2014-02-07 09:15:45 +11:00
Adam Roben
c0f0ef9a2e Merge pull request #940 from cemmersb/patch-1
Update JetBrains.gitignore
2014-02-06 16:19:56 -05:00