aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | added gitignore for IPython notebooksrasbt2014-05-061-0/+0
| | | | | | | | |
| * | | | | | | | added gitignore for IPython notebooksrasbt2014-05-061-0/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #1071 from RX14/patch-1Carl Suster2014-05-071-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Update Gradle.gitignore
| * | | | | | | Update Gradle.gitignoreRX142014-05-061-0/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Update Gradle.gitignore
* | | | | | | Merge branch 'fix-1013'Carl Suster2014-05-061-6/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I made some changes to the original pull request to remove complexity which I believe was not needed.
| * | | | | | | Shorten note in comment at the topCarl Suster2014-05-061-1/+1
| | | | | | | |
| * | | | | | | Remove redundant Umbraco exceptions to VS rulesCarl Suster2014-05-061-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the discussion on #1013: Since the rule in VS is packages/*, the fact that it contains a slash means that it is anchored to the top level. That is, is will only apply to a directory called packages at the top level, and not to any at deeper directories like App_Data. So these rules at the bottom of your changes actually aren't necessary after all. I just confirmed this with a quick test.
| * | | | | | | improve umbraco ignoresBen Bodenmiller2014-04-131-6/+14
| | | | | | | |
* | | | | | | | Merge pull request #958 from arcresu/python-binCarl Suster2014-05-061-11/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | [Python] Remove rules for bin/, Mr Developer, and Rope
| * | | | | | | Group gettext files in the Python templateCarl Suster2014-02-211-1/+1
| | | | | | | |
| * | | | | | | Remove Mr Developer and Rope rules from Python templateCarl Suster2014-02-211-9/+0
| | | | | | | |
| * | | | | | | Stop ignoring bin/ in Python templateCarl Suster2014-02-211-1/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1066 from FuriKuri/masterCarl Suster2014-05-061-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add new .gitignore for Elixir
| * | | | | | | Add .gitignore for ElixirTheo Pack2014-05-041-0/+4
|/ / / / / / /
* | | | | | | Merge pull request #1057 from sebgod/masterCarl Suster2014-04-291-0/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | add Mercury language gitignore template
| * | | | | | | removed Vim and ctags specific ignores; as these are handled in Global/Sebastian Godelet2014-04-291-2/+0
| | | | | | | |
| * | | | | | | add Mercury language gitignore templateSebastian Godelet2014-04-271-0/+13
| | | | | | | |
* | | | | | | | Merge pull request #1051 from bohdan4ik/patch-1Carl Suster2014-04-291-6/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Splitted large comments into a few lines
| * | | | | | | Splitted large comments into a few linesBohdan Shulha2014-04-231-6/+12
| | | | | | | |
* | | | | | | | Merge pull request #1046 from stenskjaer/patch-1Carl Suster2014-04-271-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ignore auctex auto-folder and contents
| * | | | | | | | Ignor auctex auto-folder and contentsMichael S. Christensen2014-04-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge pull request #1056 from kylef/patch-2Carl Suster2014-04-251-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [Objective-C] Fixes a broken link
| * | | | | | | | | [Objective-C] Fixes a broken linkKyle Fuller2014-04-241-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | This got changed recently.
* | | | | | | | | Merge pull request #1045 from DaikiMaekawa/masterCarl Suster2014-04-241-21/+16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed that the ROS.gitignore was not functioning properly
| * | | | | | | | | Remove unnecessary rulesDaikiMaekawa2014-04-231-20/+15
| | | | | | | | | |
| * | | | | | | | | Fixed typoDaikiMaekawa2014-04-171-21/+21
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1055 from PR3x/masterCarl Suster2014-04-244-4/+4
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix EOL issues in multiple gitignores
| * | | | | | | | Fix eol issuesJacob Rigby2014-04-234-4/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some files don't contain a line separator ('\n') at the end. Add the missing eol. In POSIX, all lines of text should end with a newline character by definition. See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html section 3.397 for more. See https://gist.github.com/jacknagel/1020172 for a gist of the issue.
* | | | | | | | Merge pull request #1049 from szpssky/szpCarl Suster2014-04-231-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add ignore log files(Android)
| * | | | | | | | add ignore log files(Android)szp2014-04-191-0/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #1043 from Pilchie/masterMarkus Olsson2014-04-231-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Add trailing / for Roslyn cache directories
| * | | | | | | | Add trailing / for Roslyn cache directoriesKevin Pilch-Bisson2014-04-161-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #1048 from grossadamm/patch-1Carl Suster2014-04-191-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Simple grammar update
| * | | | | | | Changing been to being per https://github.com/tmountjrAdam Gross2014-04-181-1/+1
| | | | | | | |
| * | | | | | | Simple grammar updateAdam Gross2014-04-181-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #1040 from NSElvis/masterCarl Suster2014-04-162-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ignore xcuserstate
| * | | | | | | Ignore xcuserstateElvis Nuñez2014-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | Ignore xcuserstateElvis Nuñez2014-04-151-0/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | 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
* | | | | | | Merge pull request #1042 from stenskjaer/patch-1Carl Suster2014-04-161-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added .rel for reftex to Emacs template
| * | | | | | | Added .rel-filesMichael S. Christensen2014-04-161-0/+3
|/ / / / / / / | | | | | | | | | | | | | | Reftex adds these for internal processing, only auxillary files for composition and compilation of tex-documents.
* | | | | | | Merge pull request #1041 from UltraWalker/feature/add_laravel4_frameworkCarl Suster2014-04-161-0/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add Laravel4 gitignore template
| * | | | | | Laravel4 gitignoreAlireza Zabandan2014-04-161-0/+3
| | | | | | |
* | | | | | | Merge pull request #1038 from superlukas/osx-commentCarl Suster2014-04-161-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed typo in comment
| * | | | | | | Fixed typo in commentLukas Böcker2014-04-151-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #1035 from AArnott/masterCarl Suster2014-04-151-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adds Roslyn .ide directories to .gitignore.
| * | | | | | | Adds Roslyn .ide directories to .gitignore.Andrew Arnott2014-04-141-0/+3
|/ / / / / / /
* | | | | | | Merge pull request #1008 from maieul/masterCarl Suster2014-04-141-0/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | combining numbering rule for eledmac and be less devourermaieul2014-04-041-9/+6
| | | | | | |
| * | | | | | Revert "handout"maieul2014-04-041-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 868789a44128a158c792f3dbd97b5a72a80d402c.
| * | | | | | handoutMaïeul Rouquette2014-03-201-0/+3
| | | | | | |