- 31 Mar, 2014 4 commits
-
-
ONion authored
-
ONion authored
.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
-
Carl Suster authored
Add 'pom.xml.versionsBackup' to Maven template
-
Namik Nuhanovic authored
'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
-
- 27 Mar, 2014 2 commits
-
-
Ivan Zuzak authored
-
Ivan Zuzak authored
-
- 26 Mar, 2014 1 commit
-
-
Carl Suster authored
Added bin-release folder to FlexBuilder .gitignore
-
- 25 Mar, 2014 1 commit
-
-
Steven Noto authored
Updated to include 'bin-release' folder, another folder for generated binary builds
-
- 21 Mar, 2014 5 commits
-
-
Carl Suster authored
Support for Phalcon, a PHP Framework Manually fixed up the rules in the original PR to be consistent with our omission of the trailing asterisk elsewhere. Fixes #846.
-
Carl Suster authored
-
Carl Suster authored
This is #921 without the addition of editor-specific rules.
-
Torben Werner authored
The original ignore was far too general and results in eliminating packages named "db" or "project", for example. These are not that uncommon for package names. Fixes #921.
-
Carl Suster authored
Rules for TeX packages sagetex and sympytex; Rdata
-
- 19 Mar, 2014 5 commits
-
-
Carl Suster authored
Extract XCode to a Global/ template
-
MacPro: Fabien Sanglard authored
-
Carl Suster authored
Add Global/SlickEdit.gitignore template
-
John Munkhoff authored
Remove unnecessary wording about negative ignore rules.
-
Carl Suster authored
[Objective-C] Comment out CocoaPods rules
-
- 18 Mar, 2014 3 commits
-
-
John Munkhoff authored
This commit adds a global ignore file for SlickEdit, a commercial editor. SlickEdit will create the following files when the user sets up a workspace: *.vpw Workspace file. Contains a list of project files associated with the workspace. *.vpj Project file. Contains the project’s settings, including the list of source files. *.vpwhist Workspace history file for Windows. Contains user session information (list of open files, debugger breakpoints, etc.) *.vpwhistu Workspace history file for UNIX/Linux/MacOSX. (Same as above.) *.vtg Workspace tag file. Contains a database of source code symbols. It is assumed that GitHub users will generally not want to store their workspace and project files in a repository, so those files are ignored globally. However, those files do not contain user-specific data so they could be stored in a repository and shared among developers if desired for a particular project. This can be done by adding rules like ’!*.vpw’ and ‘!*.vpj’ to the project’s .gitignore file. The workspace history and tag files contain user-specific data, so they should not be stored in a repository. For more information, download the PDF user guide from: http://www.slickedit.com/products/slickedit/product-documentation Note: The user guide is 1400 pages long and over 13MB in size. Searching for ‘vpwhist’ will lead to the section that discusses storing these files in a repository. -
Kyle Fuller authored
-
Carl Suster authored
Update Qt.gitignore with rules from qmake
-
- 17 Mar, 2014 1 commit
-
-
John Munkhoff authored
- Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.) - Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.
-
- 16 Mar, 2014 3 commits
-
-
Carl Suster authored
Add OpenCart template
-
Carl Suster authored
Update Dart template for pub, dart2js
-
Carl Suster authored
Add a support for packer
-
- 15 Mar, 2014 1 commit
-
-
Dmitry Teslitsky authored
Ignore OpenCart config files, images, cache and logs.
-
- 13 Mar, 2014 1 commit
-
-
Kyle Fuller authored
We shouldn't be ignoring these, it's down to the user and we shouldn't enforce them to ignore the `Pods/` directory http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
-
- 09 Mar, 2014 1 commit
-
-
Takahiro OKUMURA authored
http://www.packer.io/
-
- 08 Mar, 2014 2 commits
-
-
Devon Carew authored
- add the `build/` directory to the .gitignore list (now created by pub). - add the `.dart.precompiled.js` files (created by dart2js) to the ignore list. And, sort and re-order the file.
-
Carl Suster authored
Remove duplicate line in Global/webMethods template
-
- 07 Mar, 2014 1 commit
-
-
chirag sanghavi authored
-
- 06 Mar, 2014 9 commits
-
-
Adam Roben authored
Update JetBrains.gitignore
-
ssinss authored
-
Adam Roben authored
[Objective-C] Remove global rule
-
Adam Roben authored
[ChefCookbook] Remove global rules and lockfiles
-
Adam Roben authored
Merge RubyMotion into Ruby
-
Carl Suster authored
-
Carl Suster authored
-
Carl Suster authored
-
Carl Suster authored
-