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

1260 Commits

Author SHA1 Message Date
Michael S. Christensen
d4c7dbcaf9 Ignor auctex auto-folder and contents
When working with multifile LaTeX-documents in AUCTeX in emacs, it creates the auto-folder to keep track of styles, macros etc. in the whole document. Unnecessary of versioning purposes.
2014-04-17 18:21:11 +02:00
DaikiMaekawa
44d815e407 Fixed typo 2014-04-17 21:08:18 +09:00
Kevin Pilch-Bisson
727ed0d952 Add trailing / for Roslyn cache directories 2014-04-16 19:43:13 -07:00
Carl Suster
fe0df6046b Merge pull request #1040 from NSElvis/master
Ignore xcuserstate
2014-04-16 17:55:38 +10:00
Carl Suster
80324066ba Merge pull request #1042 from stenskjaer/patch-1
Added .rel for reftex to Emacs template
2014-04-16 17:50:47 +10:00
Michael S. Christensen
a64bf75ee3 Added .rel-files
Reftex adds these for internal processing, only auxillary files for composition and compilation of tex-documents.
2014-04-16 08:51:19 +02:00
Carl Suster
5ad83b5115 Merge pull request #1041 from UltraWalker/feature/add_laravel4_framework
Add Laravel4 gitignore template
2014-04-16 14:39:51 +10:00
Alireza Zabandan
7562a0b19d Laravel4 gitignore 2014-04-16 04:35:10 +04:30
Elvis Nuñez
37372e0f64 Ignore xcuserstate
xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember, this is something that shouldn't be tracked in version control
2014-04-15 18:59:29 +02:00
Elvis Nuñez
af7c660e34 Ignore xcuserstate
xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember
2014-04-15 18:56:25 +02:00
Gusakov Nikita
5bf53574d7 Added Zephir language gitignore 2014-04-15 20:35:57 +04:00
Carl Suster
5442643d0a Merge pull request #1038 from superlukas/osx-comment
Fixed typo in comment
2014-04-16 00:42:03 +10:00
Lukas Böcker
bc6f3751b2 Fixed typo in comment 2014-04-15 16:19:56 +02:00
Carl Suster
8c7ad139b1 Merge pull request #1035 from AArnott/master
Adds Roslyn .ide directories to .gitignore.
2014-04-15 12:52:29 +10:00
Andrew Arnott
dba7d3de2b Adds Roslyn .ide directories to .gitignore. 2014-04-14 06:02:29 -07:00
Carl Suster
792a95ef29 Merge pull request #1008 from maieul/master
Add rules for TeX packages (e)ledmac and (e)ledpar. References from manuals:

eledmac p. 46:
> Each section will read and write an associated "line-list file", containing information used to do the numbering; the file will be called `<jobname>.nn`, where `nn` is the section number. However, you may direct that an extra string be added before the `nn` in that filename, in order to distinguish these temporary files from others: that string is called `\extensionchars`. Initially it's empty, since different operating systems have greatly varying ideas about what characters are permitted in file names. So `\renewcommand{\extensionchars}{-}` gives temporary files called `<jobname>.-1`, `<jobname>.-2`, etc.

eledmac p. 112:
> Endnotes of all varieties are saved up in a file, typically named `<jobname>.end`.

eledpar p.8:
> The `\beginnumbering` macro resets the line number to zero, reads an auxiliary file called `<jobname>.nn` (where `<jobname>` is the name of the main input file for this job, and `nn` is 1 for the first numbered section, 2 for the second section, and so on), and then creates a new version of this auxiliary file to collect information during this run. Separate auxiliary files are maintained for right hand texts and these are named `<jobname>.nnR`, using the ‘R’ to distinguish them from the left hand and serial (non-parallel) texts.
2014-04-14 13:41:01 +10:00
Ben Bodenmiller
206c7e4577 improve umbraco ignores 2014-04-13 13:53:34 -07:00
Carl Suster
794fe44dee Merge pull request #1033 from carpii/osx_tweak
Ignore more osx/afp clutter
2014-04-12 22:25:09 +10:00
Carpii (iMac)
5ec3f132d5 Ignore more osx/afp clutter 2014-04-11 13:20:47 +01:00
Carl Suster
ad2cdcc17e Merge pull request #1031 from teslitsky/master
Tighten OpenCart.gitignore config rule
2014-04-11 11:05:02 +10:00
Carl Suster
4d45bfdb0d Merge pull request #1032 from ohnit/VisualStudioRevertPackage
Revert "Packages folder is ignored correctly".
2014-04-11 11:03:09 +10:00
Justin Howlett
9aa3e1c3a7 Revert "Packages folder is ignored correctly".
Without the asterisk at the end of the directory's path, an exception for
a file within this directory does not work.
(ex. !packages/repositories.config)

This reverts commit 0fb0fbefa5.
2014-04-10 13:57:55 -04:00
Dmitry Teslitsky
ff6032e4da Returned lost config file
OpenCart has engine file system/library/config.php that must be in version control.
2014-04-08 18:48:50 +03:00
Dmitry Teslitsky
38ba69c4d7 Merge pull request #1 from github/master
Updating fork
2014-04-08 18:38:13 +03:00
Carl Suster
b3d27fcf04 Merge branch 'fix-1022'
Restore the Xcode rules to the Objective-C template as per the discussion
thread on 5bd4330. Although the rules correspond to an IDE and so are
global, most users of the Obj-C template expect to find the Xcode rules
in the template generated by github.com, since the IDE is so ubiquitous.

This could possibly be resolved by adding a template transclusion
mechanism in the future, but for now duplication is the way to go.
2014-04-06 10:38:40 +10:00
Carl Suster
5f42238331 Remove Obj-C-specific hmap & ipa from general Xcode template 2014-04-06 10:38:24 +10:00
Carl Suster
336dd397ff Remove profile from Obj-C to match #956 2014-04-06 10:35:58 +10:00
cheddar
9390b1072d Reintroduce link to npmjs
And remove my own opinions...
2014-04-04 17:33:30 -05:00
Carl Suster
f21b38a70d Merge pull request #885 from acrogenesis/patch-1
missing security_token.rb inhibits development
2014-04-05 09:31:45 +11:00
Adrian Rangel
9d4978d1c8 add notice about secret files 2014-04-04 16:25:30 -06:00
cheddar
4d30a45c9e Remove opinion from Node.js .gitignore file
This is a PR to remove the opinionated lines from the Node.js .gitignore file.

I do not believe that Github's pre-baked .gitignore files should be promulgating opinions, especially in a community that is as fresh as the Node.js community.  Questions of what should be checked in should be a decision made on an organization-by-organization basis, or left up to the individual.  Github's inclusion of opinion in these files puts unnecessary authority behind that opinion, which can have the negative side-effect of people following without thinking.
2014-04-04 10:05:58 -05:00
Carl Suster
1ee8dd15d6 Merge pull request #928 from dlion/sftp
gitignore to ignore sftp Sublime Text config file
2014-04-04 22:38:08 +11:00
Domenico LucianI
1314783d11 Moved to global 2014-04-04 12:01:26 +02:00
maieul
9b6923d08e combining numbering rule for eledmac and be less devourer 2014-04-04 09:59:55 +02:00
maieul
527d7dd551 Revert "handout"
This reverts commit 868789a441.
2014-04-04 09:47:29 +02:00
Carl Suster
6df8994de7 Merge branch 'fix-956' 2014-04-04 17:21:22 +11:00
Jim Roepcke
d598b29b04 Remove profile rule from Xcode template. Fixes #956 2014-04-04 17:21:06 +11:00
Carl Suster
4dec7596dc Merge pull request #950 from bbodenmiller/patch-1
ignore web deploy settings by default for security, but add a TODO comment
2014-04-04 13:09:45 +11:00
Carl Suster
977641c6f6 Merge pull request #1015 from carpii/master
Updated OSX.gitignore to include directories commonly created on AFP shares
2014-04-04 12:05:14 +11:00
Carl Suster
5375a285f7 Merge pull request #1010 from StuntsPT/master
Added other common compression formats to ArchLinuxPackages
2014-04-04 11:52:07 +11:00
Carl Suster
8d5279e226 Merge pull request #1012 from notbear/patch-1
Fixes uncomplete CTools by removing overly-broad and irrelevant (?) cache rule
2014-04-04 11:39:22 +11:00
Carl Suster
70f1e3a641 Merge pull request #1028 from jamiehumphries/master
Do not ignore .ncrunch* in Visual Studio projects.
2014-04-04 10:14:11 +11:00
Jamie Humphries
d6ffb3cac3 Do not ignore .ncrunch* in Visual Studio projects.
This was ignoring .ncrunchproject and .ncrunchsolution files.
NCrunch recommend that both of these files are checked in to source control.
2014-04-03 18:23:00 +01:00
Carl Suster
25ceefa81e Merge pull request #1021 from onion7878/patch-1
add delphi .dcu
2014-04-01 13:01:53 +11:00
Konstantin Koval
9707fd125c put back Xcode ignore to Objective-C. 2014-03-31 08:37:35 +02:00
ONion
b8051dba2f trim 2014-03-31 11:49:00 +08:00
ONion
28c78172be change ignore file position 2014-03-31 11:25:08 +08:00
ONion
321f851859 add delphi .dcu
.DCU (Delphi Compiled Unit) files are binary files that are used between compiling source (text) and linking the executable. They're created by the compiler, joined together in memory, combined with the startup code and put into an actual executable (.EXE/.DLL/.BPL) by the linker
2014-03-31 11:07:06 +08:00
Carl Suster
488b028df3 Merge pull request #1019 from nnuhanovic/patch-1
Add 'pom.xml.versionsBackup' to Maven template
2014-03-31 12:05:30 +11:00
Namik Nuhanovic
3244810432 Add 'pom.xml.versionsBackup'
'mvn versions:use-latest-versions' generates 'pom.xml.versionsBackup' file, because '-DgenerateBackupPoms=true' is default; see http://mojo.codehaus.org/versions-maven-plugin/use-latest-versions-mojo.html#generateBackupPoms
2014-03-31 02:52:46 +02:00