457f6464a7
document Vim file patterns
2015-06-05 12:35:49 -03:00
a1ed257134
Merge pull request #1484 from andres-mancera/SynopsysVCS_patch
...
Adding a few more files/file extensions/directories for Synopsys VCS.
2015-06-02 11:26:13 +10:00
4457dcc517
Cleaning-up some of the comments that had been previously added.
2015-06-01 14:38:55 -07:00
e27b4277e2
Merge pull request #1523 from dash00/master
...
[Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9]
>`\@tocfile`
The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc.
```
\if@mtc@longext@
\def\@tocfile{mtc\The@mtc}%
\else
\def\@tocfile{M\The@mtc}%
\fi
```
2015-05-30 14:07:11 +10:00
28adf703c1
Merge pull request #1514 from bbodenmiller/xcode
...
sync up xcode related gitignore files
2015-05-30 13:48:41 +10:00
49e7d64fc6
include preamble files generated by mylatexformat package
2015-05-29 12:42:14 +02:00
ebd27357db
Add .jar, .exe and .msi
...
These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository
2015-05-28 12:37:43 +02:00
c9073cf3e2
Remove .SRCINFO (and old .AURINFO) from .gitignore
...
As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those
2015-05-28 12:32:05 +02:00
8559c8a381
Merge pull request #1529 from sayedihashimi/master
...
Removing bower_components and fixing typo
2015-05-27 09:16:47 +09:30
6354db3531
Add CMakeScripts directory
...
Used by some build configurations, e.g. Xcode.
2015-05-23 16:22:53 +03:00
fbe660091e
ignore OAuth2 token
...
Created for example when using https://github.com/jennybc/googlesheets
2015-05-20 17:12:32 +02:00
747196008e
removing bower_components and fixing typo
2015-05-19 15:27:54 -07:00
d5a1f908a9
Move Stata.gitignore to Global/, as discussed with shiftkey
2015-05-18 19:06:04 +01:00
a4ec7f03ca
Merge pull request #1527 from MarkusHauge/patch-1
...
Update VisualStudio.gitignore
2015-05-17 19:42:35 +09:30
1e33ef1213
Update VisualStudio.gitignore
2015-05-16 17:34:59 +02:00
eab7f25a2b
Add slash to .sass-cache
...
Add slash to `.sass-cache` to signify intent of matching directories.
2015-05-15 20:35:12 +02:00
2ac96e7caa
First .gitignore for Stata files
2015-05-15 16:11:44 +01:00
d0c5830a25
[Tex] Change *.mtc0 to *.mtc[1-9][0-9]
...
When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
2015-05-15 14:21:22 +02:00
f7c6c768c9
Remove Meteor.gitignore
...
There are only two entries in this .gitignore, and both are not needed.
- .meteor/local is already ignored by the standard Meteor .gitignore that is included with every project. This is redundant and should b left solely to the standard Meteor .gitignore in case this changes in the future.
- .meteor/meteorite should no longer be in any Meteor project. Meteorite was a package manager for Meteor, but it has been replaced by an official package manager built into the Meteor CLI. This directory should not exist, except on out of date Meteor projects which already have this ignore present.
2015-05-14 15:03:22 -04:00
c63fc58260
Revert "Update Maven.gitignore"
2015-05-14 14:02:26 +09:30
4e0d738abe
Merge pull request #1465 from tgkprog/patch-1
...
Update Maven.gitignore
2015-05-14 12:24:04 +09:30
305d4b5c98
Merge pull request #1374 from richorama/master
...
added the orleans.codegen.cs file automatically generated by Orleans
2015-05-14 12:21:59 +09:30
ef00a6171e
Merge pull request #1392 from Arvur/master
...
Reworked Lazarus.gitignore according to Lazarus Wiki
2015-05-14 12:17:26 +09:30
8d1ca41535
Merge pull request #1496 from Decadence/visual_studio_code
...
Add Visual Studio Code .gitignore
2015-05-14 11:32:38 +09:30
d6c7caaa02
Merge pull request #1508 from baudm/master
...
Android: Remove redundant pattern for matching build directories
2015-05-14 11:48:20 +10:00
456199c5b7
Ignore temp Hypothesis test things
...
https://github.com/DRMacIver/hypothesis
https://hypothesis.readthedocs.org
2015-05-11 11:30:50 +03:00
507c3949be
sync up xcode related gitignore files
...
some details based on #1221
2015-05-10 05:21:36 -07:00
8ab86f6bb7
Merge pull request #1513 from damianh/patch-1
...
ASPNET5 -> DNX
2015-05-08 17:32:00 +09:30
00e9cd8dec
ASPNET5 -> DNX
...
As discussed in #1505
2015-05-08 09:37:34 +02:00
0aee91babc
Merge pull request #1503 from LunicLynx/keep-cache-directories
...
add rule to keep track of directories ending in .Cache
2015-05-08 07:56:40 +09:30
9c8c32fea5
Android: Remove redundant pattern for matching build directories
...
build/ already matches all directories named 'build' in the repository,
regardless of level. Gradle can have more than two levels of project nesting.
However, /*/build/ matches only the 'build' directories of 2nd-level projects.
Thus, the first pattern is more appropriate than the second.
2015-05-07 13:56:36 +08:00
f9cc4d14cc
Merge pull request #1506 from victorgama/patch-1
...
Update CocoaPods guide URL
2015-05-07 14:15:33 +10:00
9735a2cadf
Update CocoaPods guide URL
...
This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not.
2015-05-07 00:28:54 -03:00
c7019d8ec3
Merge pull request #1505 from sayedihashimi/aspnet5update
...
adding artifacts and project.lock.json for asp.net 5
2015-05-07 07:33:39 +09:30
467e257fdb
adding artifacts and project.lock.json for asp.net 5
2015-05-06 14:57:21 -07:00
5ee2b35cd5
Update VisualStudio.gitignore
2015-05-06 11:11:06 +02:00
f441f790d2
add rule to keep track of directories ending in .Cache
...
More Information
http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
2015-05-06 11:04:53 +02:00
db9ef4a789
Move VS Code to Global folder
2015-05-02 10:56:11 +03:00
ae5f226a51
Merge pull request #1486 from Gouthamve/patch-1
...
Update npmjs docs link
2015-05-02 13:41:31 +10:00
8547c2e7f2
Merge pull request #1467 from Abizern/patch-1
...
Ignore .virthualenv not .virtualenv
2015-05-02 13:19:07 +10:00
89c4f789c0
Remove .virtualenv from Haskell.gitignore
...
The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely.
2015-04-30 22:17:04 +01:00
ab8236b358
Add Visual Studio Code .gitignore
2015-04-30 12:04:47 +03:00
e1a89ad432
Fix typo from node_modules to node-modules
...
Thanks to @arcresu for pointing out!
2015-04-30 10:10:28 +05:30
8646d7f7d7
Merge pull request #1487 from sveyret/master
...
Add Java APT class path to Eclipse
2015-04-30 10:25:07 +10:00
8d0cfa8edb
Merge pull request #1488 from Decadence/wordpress
...
Some WordPress rules
2015-04-30 10:23:03 +10:00
7f5c998513
Merge pull request #1492 from usagizmo/fix-codeigniter
...
Fixed CodeIgniter.gitignore
2015-04-30 10:18:28 +10:00
4948d863fd
Merge pull request #1493 from gsnedders/jython-python
...
Merge the two Python ignore files
2015-04-30 10:17:51 +10:00
5b82602847
Remove the Jython ignore file given it's a subset of the Python one.
...
Much like how there aren't different files for GCC/Clang/MSVC,
there shouldn't be different files for different Python impls.
2015-04-28 19:41:20 +01:00
a2a1ddb858
Add Jython compiled class files to the Python ignore file.
2015-04-28 19:41:00 +01:00
82ed46d1a5
Fixed CodeIgniter.gitignore
2015-04-27 19:53:12 +09:00