1
0
mirror of https://github.com/github/gitignore synced 2024-07-04 10:09:00 +02:00
Commit Graph

2170 Commits

Author SHA1 Message Date
Julien Roncaglia
1dff27e662 Ignore FAKE - F# Make cache folder
Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git.
2015-10-04 17:00:43 +02:00
Brendan Forster
06d6206d67 Merge pull request #1666 from Nellemandela/patch-1
VisualStudio Template - Added ignore for Paket dependency manager
2015-10-04 08:25:41 +02:00
Brendan Forster
a2af79abe5 Merge pull request #1685 from jimhester/patch-2
Ignore `.RData` files
2015-10-03 21:30:50 +02:00
Honza Dvorsky
daffb4f6bf Update Xcode.gitignore 2015-10-03 01:17:02 +01:00
Honza Dvorsky
74aa37bfa4 Update Objective-C.gitignore 2015-10-03 01:15:46 +01:00
Honza Dvorsky
c02577acb0 Update Swift.gitignore 2015-10-03 01:15:22 +01:00
Jim Hester
09a78cc2bd Ignore .RData files
N.B. this ignores only the exact file `.RData` generated by default from `save.image()` and `quit()`.  It is _not_ what is referred to in 1f84661643 and http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages, which refers only to files with an `*.RData` _extension_.
2015-10-02 08:50:47 -04:00
Jim Hester
7830ef7b59 Ignore output from R CMD build and R CMD check
Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored.
2015-10-02 08:45:11 -04:00
Edson Dota
b510c6633e Add local_settings to Django's ignore 2015-10-02 09:27:59 -03:00
Robert Xu
bba5fc645b Update waf for python3 builds
Waf uses .waf3-* if the interpreter is python3.
2015-10-01 08:40:03 -04:00
Victor Häggqvist
432e40ac51 add fabric.properties
Since that is what it should be called now a days according to https://dev.twitter.com/fabric/android/integrating
2015-09-30 02:39:11 +02:00
Justin Campbell
ce170fa831 Add Otto
https://ottoproject.io
2015-09-28 15:06:14 -07:00
Martin Nowak
611c51a2b3 gitignore file for D
Ignore the usual obj/library/executable files.
See 89c8dea75a/source/dub/init.d (L168) for dub's default .gitignore.
2015-09-27 18:45:12 +02:00
Carl Suster
5778fded8b Merge pull request #1668 from github/jdennes/https-help-urls
Use https for all Help URLs
2015-09-23 19:10:01 +02:00
James Dennes
75fc01c841 Avoid redirecting by using currently Help URLs 2015-09-23 18:58:46 +02:00
James Dennes
ee6df1c910 Use https for Help URLs 2015-09-23 18:56:15 +02:00
Nellemandela
3ceedd266a Added ignore for Paket
Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html
2015-09-22 20:02:06 +02:00
littleibex
1f32ad368b Added .htaccess to concrete5 gitignore 2015-09-20 12:18:58 +04:00
James Jackson-South
b55b8911c3 Update Umbraco.gitignore
Add ImageProcessor cached files and nuget package updates
2015-09-15 17:48:17 +10:00
Alexander Shvets
4c8e8d3ad1 add shelf (VCS -> Shelve changes...) 2015-09-15 10:05:16 +03:00
propersquid
cbe292daea Update Tags.gitignore
Updated the tags ignore to include the .tags file. The main reason behind this is because Atom's symbols-view (https://atom.io/packages/symbols-view) supports tags/.tags/TAGS/.TAGS. Therefore, I thought it was a good idea to add the .tags/.TAGS to the ignore list.
2015-09-14 08:31:00 -07:00
Paolo Fulgoni
9978001b13 Add rule for MS PowerPoint temporary files 2015-09-11 17:16:42 +02:00
Mike Pretzlaw
fb86177e9a WordPress: Only ignore files in root to support other plugins
Most files are ignores without defining the directory.
This caused trouble with several plugins.
To fix that some files should only be ignored in the root directory.

- .htaccess is only ignored in the root directory
  due to some plugins or devs that need and create the htaccess
  for security issues in subfolders
- sitemap.xml and sitemap.xml.gz is only ignored in the root directory
  due to plugins that have an equal name and are therefor ignored
- Those files are ordered alphabetically
2015-09-11 06:54:59 +02:00
Brendan Forster
23aad6abc4 Merge pull request #1640 from bpasero/patch-1
VSCode 0.8.0 config folder change
2015-09-11 05:03:33 +09:00
Brendan Forster
70e9b1e04b Merge pull request #1652 from huertanix/master
Adding GPG gitignore
2015-09-10 15:24:16 +09:00
David Huerta
d9b8a12b5f Adding rule to not accidentally publish your PGP/GPG private keys. 2015-09-09 13:48:12 -04:00
Brendan Forster
534cd09f5f Merge pull request #1628 from sieben/patch-1
Update Gradle.gitignore
2015-09-05 11:47:17 +09:00
Michael Stegmann
338d8f736c Windows Azure Emulator
Ignoring directory "efc" and "rfc" created by the Windows Azure Emulator

Directory before starting emulator the first time:

Directory: C:\temp\AzureCloudService1\AzureCloudService1

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----         9/1/2015   9:16 AM                bin
d-----         9/1/2015   9:16 AM                WorkerRole1Content
-a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
-a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
-a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef


And after starting the Emulator:

Directory: C:\temp\AzureCloudService1\AzureCloudService1

Mode                LastWriteTime         Length Name
----                -------------         ------ ----
d-----         9/1/2015   9:16 AM                bin
d-----         9/1/2015   9:19 AM                csx
d-----         9/1/2015   9:19 AM                ecf
d-----         9/1/2015   9:19 AM                obj
d-----         9/1/2015   9:19 AM                rcf
d-----         9/1/2015   9:16 AM                WorkerRole1Content
-a----         9/1/2015   9:16 AM           3014 AzureCloudService1.ccproj
-a----         9/1/2015   9:16 AM            144 AzureCloudService1.ccproj.user
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Cloud.cscfg
-a----         9/1/2015   9:16 AM            505 ServiceConfiguration.Local.cscfg
-a----         9/1/2015   9:16 AM            428 ServiceDefinition.csdef
2015-09-02 15:46:40 +02:00
Jonathan Nagy
abd969f6c9 Remove entries for Intellij IDEA
The *.iml file is IDE specific.  It is generated by Intellij IDEA to store project related metadata.  It is not a Play Framework specific artifact and should not be included in the PlayFramework.gitignore.

See: https://github.com/github/gitignore/pull/1581

I would also vote for the removal of .eclipse and *.eml files on similar grounds but will do so in a separate pull request.
2015-09-01 19:09:12 +10:00
Benjamin Pasero
ed7d67a175 VSCode 0.8.0 config folder change
Starting with 0.8.0, VS Code will store its settings in a .vscode folder and no longer in the generic .settings folder.
2015-08-31 09:39:54 +02:00
John Nycz
9e35c8edb6 Incorrect file path
Old Path

sites/all/README.txt

New Path

sites/README.txt
2015-08-26 13:44:50 -04:00
Star Peng
b34eaa318f Add VisualStudio GhostDoc plugin setting file 2015-08-26 15:29:01 +02:00
Ahmed Baracat
52405705da Removed OS-specific rules 2015-08-26 11:49:56 +02:00
Ahmed Baracat
bd9f168a81 Allow for ignoring other important files
Ignore build, MacOSX and Windows files
2015-08-25 22:36:00 +02:00
Fabian Raab
7ea5e704a4 improve description of .fuse_hidden 2015-08-24 18:12:34 +02:00
Fabian Raab
7e09dc6a4e add .fuse_hidden* to Linux 2015-08-24 18:02:05 +02:00
Rémy Léone
bd266c15f1 Update Gradle.gitignore 2015-08-24 12:54:24 +02:00
Brendan Forster
5b8eb2c371 Merge pull request #1621 from gbaron/android-captures-folder
Adding the Android Studio captures folder
2015-08-24 09:07:22 +09:30
Brendan Forster
6e2ca5b8b7 Merge pull request #1625 from damadmai/patch-1
Added dotfiles in working directory
2015-08-24 09:06:54 +09:30
Daniel A. Maierhofer
22294e017f Added dotfiles in working directory
Official Documentation:
https://mercurial.selenic.com/wiki/FileFormats#Files_in_the_working_directory
https://mercurial.selenic.com/wiki/Subrepository
The specification for the .hg/ folder is simplified, see:
https://stackoverflow.com/a/15057742
2015-08-22 22:02:39 +02:00
wikibootup
acba43a590 Add Scheme.gitignore 2015-08-22 20:56:50 +09:00
newapplesho
9906b969e8 Add Smalltalk gitignore 2015-08-22 10:00:29 +09:00
Brendan Forster
bfcae73085 Merge pull request #1545 from skylerberg/virtual-env
Ignore 'local' folder for virtualenv
2015-08-21 12:04:17 +09:30
Brendan Forster
5d5de5306f Merge pull request #1618 from felipeplets/patch-1
Add .sap Visual Studio profiler session file
2015-08-19 09:15:20 +09:30
Guy B
6895b7c280 Adding the Android Studio captures folder
The captures folder is used by Android studio to keep heap dumps and other captures files. These are usually not shared as part of the source file.
2015-08-16 15:07:17 +03:00
Antoine Cœur
f17925fe61 Merge branch 'master' into patch-1
* master: (24 commits)
  Add ignore for npm debug log files
  Add KiCad ignore for .bck and .kicad_pcb-bak
  Correct capitalisation of LightSwitch and omit generated.parameters.xml
  Add newline at EOF
  Add ignores for Visual Studio Lightswitch build output
  Adding optional ignore proposal for wwwroot folder
  Ignore NCrunch temporary files.
  Update Dart.gitignore
  Added .stack-work/ directory to Haskell .gitignore.
  add Android Studio to the covers list
  Ignore Default RSpec State File
  Ignore *.auxlock files created by TikZ in TeX
  Ignore files created by `\tikzexternalize`
  Update Typo3.gitignore for CMS v6.2
  [ObjC][Swift] Ignore Xcode SCM blueprint files
  include preamble files generated by mylatexformat package
  Add .jar, .exe and .msi
  Remove .SRCINFO (and old .AURINFO) from .gitignore
  Add CMakeScripts directory
  ignore OAuth2 token
  ...

Conflicts:
	Objective-C.gitignore
	Swift.gitignore
2015-08-15 22:35:32 +08:00
Felipe Plets
929482aba8 Add .sap Visual Studio profiler session file
In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder.
2015-08-11 13:48:47 -03:00
Manav Mandhani
39183fa236 Merge branch 'master' into ipynb-checkpoints 2015-08-10 19:02:49 -04:00
Brendan Forster
573fd7e4d9 Merge pull request #1613 from cyrbil/patch-1
Add ignore for npm debug log files
2015-08-07 11:20:32 +10:00
cyrbil
5e87c947e4 Add ignore for npm debug log files 2015-08-06 11:30:45 +02:00