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

719 Commits

Author SHA1 Message Date
Caique Rodrigues
da7ce3135d Dart.gitignore updated to reflect instructions provided by authors 2013-07-11 15:27:02 -03:00
modocache
846f1ecbb2 Ignore source control plist files generated by Xcode. 2013-07-10 15:05:43 -04:00
Bengt Lüers
a6c76a5308 There is no need to unignore .gitignore.
Because files and directories starting with a `.` are not ignored in general.
2013-07-05 01:06:35 +02:00
Bengt Lüers
ad1289f0d9 Files and directories starting with a . should not be ignored in general. 2013-07-05 01:06:35 +02:00
Justin Spahr-Summers
b2c694d792 Merge pull request #576 from nysa/master
Ignore Vim untitled and unsaved buffer swapfiles
2013-07-03 08:45:13 -07:00
Justin Spahr-Summers
f3664c06f7 Merge pull request #493 from strugee/master
This repository didn't have a CONTRIBUTING.md file. Now it does.
2013-07-03 08:39:56 -07:00
Justin Spahr-Summers
444416f067 Remove Podfile.lock from Objective-C ignores
Per discussion in #148.
2013-07-03 08:28:28 -07:00
Justin Spahr-Summers
77e8071b0f Merge remote-tracking branch 'matzew/master' (pull request #418) 2013-07-02 13:09:57 -07:00
Matthias Wessendorf
0acbcf4bfd Adding CocoaPods to gitignore 2013-07-02 21:25:38 +02:00
Paul Betts
88951d5cc9 Merge pull request #694 from anurse/patch-1
Unignore "packages/*/build" in VisualStudio.gitignore.
2013-06-28 17:09:29 -07:00
Andrew Nurse
f2ab73150a Unignore "packages/*/build" in VisualStudio.gitignore. 2013-06-28 16:44:00 -07:00
Jakob Voss
349dbcf24a Added *.run.xml created by logreq package, also used by biblatex 2013-06-28 14:14:34 +02:00
Jakob Voss
513cd784cf Added .bcf extension created by BibLaTeX 2013-06-28 09:01:17 +02:00
Sayed Ibrahim Hashimi
178d2632d8 .pubxml file should not be excluded by default 2013-06-07 10:32:41 -07:00
Ted Nyman
098aee26a1 Update LICENSE 2013-05-25 23:56:08 -06:00
Carl Suster
4624470231 Also ignore additional tempfiles created by the biblatex package.
Refer to the biblatex manual at http://ctan.unsw.edu.au/macros/latex/contrib/biblatex/doc/biblatex.pdf:

(p.106): The name of the additional aux files is the base name of the main input file with the string -blx and a running number appended at the end.
[...]
Apart from these aux files, biblatex uses an additional bib file with the same suffix to pass certain control parameters to BibTeX.
[...]
When using Biber, biblatex writes a control file named example.bcf and ignores \blxauxsuffix.

Note: the running number mentioned in the documentation is not always added to the suffix.
2013-05-10 17:15:48 +10:00
stationkeeping
923acecd29 Fixed SASS case (It's Sass, not SASS) 2013-05-09 09:50:44 +02:00
Carl Suster
1d045d58b8 Ignore .fls files in LaTeX projects
From the man page for latexmk (http://manpages.ubuntu.com/manpages/raring/man1/latexmk.1L.html):

[...] the -recorder option with latex and pdflatex. In (most) modern versions of these programs, this results in a file of extension .fls containing a list of the files that these programs have read and written.

Latexmk specifies this option in its latex commands and so produces temporary files with this extension in latex projects.
2013-05-08 13:06:10 +10:00
Michael Gerbush
182aeb220d Reverting change to ignore build subdirectories
Reverted a change that was causing build directories at the root folder to show up in git.  If you need to ignore subdirectories the leading slash needs to be omitted.
2013-05-02 23:04:52 -05:00
Sean Brewer
00db51bba6 Ignore Leiningen REPL history
If you open an REPL within your project with `lein repl`, your REPL history gets saved in .lein-repl-history. This file does not need to be committed to a repository
2013-04-21 02:48:48 -03:00
Ray Shan
9428df834f Comment for .py[cod] files
Commenting the only ignore that isn't commented.
2013-04-13 23:46:22 -05:00
Erran Carey
0314124986 Ignore those pesky .dat* files 2013-04-12 01:26:02 -05:00
Erran Carey
143f7bc97f Update RubyMotion.gitignore 2013-04-12 01:23:09 -05:00
Brian Dukes
2ee0c56f17 Ignore user-specific ReSharper settings 2013-04-10 21:24:28 -05:00
Nysa
acce99efee Ignore Vim untitled and unsaved buffer swapfiles
Vim creates buffer swapfiles starting at .swp for buffers that are
active but untitled and unsaved.
2013-03-06 11:02:36 -06:00
CONSULT-ALTIUS\k_s
9c1c48d04b VisualStudio: Add Business Intelligence projects 2013-02-26 23:23:49 +00:00
Brian Dukes
69c77aadd1 Add $tf folder to VisualStudio.gitignore
TFS 2012 creates a $tf folder for local workspaces
2013-01-25 13:35:41 -06:00
Phil Haack
0aeefb48c0 Merge pull request #523 from shanselman/patch-1
Updated to exclude *.publishsettings
2013-01-24 12:40:18 -08:00
Scott Hanselman
a6dd83c18d Updated to exclude *.publishsettings
Updated to exclude *.publishsettings
2013-01-24 12:24:17 -08:00
Yuanxuan Wang
ab68187ab9 Ignore Rails directories instead of their files 2013-01-24 16:47:17 +08:00
Alan Rogers
81b7b3c64a Merge pull request #507 from 0xAX/master
Erlang.gitignore erlang.crash.dump added
2013-01-22 13:42:45 -08:00
Justin Spahr-Summers
eaa2ad526f Merge pull request #474 from zhaojunmeng/master
Add *~ to ignore vim temp file.
2013-01-22 13:39:30 -08:00
Justin Spahr-Summers
5f8b94622e Merge pull request #508 from alloy/master
[Objective-C] No longer ignore `xcworkspace` documents.
2013-01-22 13:37:59 -08:00
Phil Haack
bdafdbdc38 Merge pull request #519 from Haacked/visualstudio-teamcity
VisualStudio: Add TeamCity exclusion
2013-01-22 13:25:08 -08:00
Snakiej
cb8a50ae28 VisualStudio: Add TeamCity exclusion
Exclude folders created by the TeamCity VS plugin.
2013-01-22 13:23:47 -08:00
Matt Burke
0e38a13ffb Merge pull request #514 from bristol/vim-swapfile-fix
Changed line matching vim swapfiles to use all names it will create
2013-01-22 12:08:37 -08:00
Phil Haack
9bd710e4b3 Merge pull request #518 from Haacked/more-pr-consolidation
More pr consolidation
2013-01-22 12:01:26 -08:00
Phil Haack
af26e76cc2 Merge pull request #517 from steveoh/patch-1
Update VisualStudio.gitignore for vs 2012 web deploy setting.
2013-01-22 12:00:24 -08:00
Matt Cooper
8f47a43cee Update Global/VisualStudio.gitignore
Visual Studio 2010 Express for Windows Phone seems to generate .cachefile files.
2013-01-22 11:53:14 -08:00
Haacked
cf4bb0cf46 Remove inclusion of repositories.config
If you use package restore, you actually don't want this file
included. It's not needed. It's only needed if you version
packages. AKA, you only need this file if you are not ignoring
the "packages" folder.
2013-01-22 11:51:46 -08:00
Phil Haack
b255d43e80 Merge pull request #516 from Haacked/dotnet-gitignore-pr-consolidation
Dotnet gitignore pr consolidation
2013-01-22 11:40:59 -08:00
Paul Stack
5684f73b98 VisualStudio: ignore .dotcover files. 2013-01-22 11:38:25 -08:00
Kristian Hellang
5f950e0aec VisualStudio: Include the packages/repositories.config file.
I agree to ignore the NuGet packages folder, but I really think you should check in the repositories.config so NuGet PackageRestore can do it's magic when someone pulls the code and tries to build it...
2013-01-22 11:37:44 -08:00
Andrew Arnott
78b77feb29 VisualStudio: Ignore vi's *~ temp files 2013-01-22 11:37:19 -08:00
neogic
ed056fdb8e VisualStudio: Remove dupes, add trailing slashes, etc.
Add trailing slashes to folders, RS rule comment, remove dupes.
2013-01-22 11:36:41 -08:00
sgm
2ed26ea654 VisualStudio: Ignore *.tmp_proj
This might be created temporarily during a build.
2013-01-22 11:35:45 -08:00
Bernhard Döbler
e12c304ebd VisualStudio: Ignore update log HTML file
VS2012 creates UpdateLog2.htm - not needed in git repository
2013-01-22 11:35:19 -08:00
steve
77ef0922f2 Update VisualStudio.gitignore
New web deploy file name? vs 2012 added this to my solution and it shouldn't go to an open repo.
2013-01-22 12:33:24 -07:00
Phil Haack
33fe1d376d Merge pull request #492 from Haacked/consolidate-dotnet-settings
Consolidate CSharp and VB.NET gitignore files into VisualStudio one.
2013-01-22 10:36:18 -08:00
Phil Haack
f5d67199f7 Ignore crap from Macs
Cross platform .NET Dev FTW!
2013-01-22 10:35:42 -08:00