- 06 Apr, 2014 3 commits
-
-
Carl Suster authored
Restore the Xcode rules to the Objective-C template as per the discussion thread on 5bd4330b. 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.
-
Carl Suster authored
-
Carl Suster authored
-
- 04 Apr, 2014 10 commits
-
-
Carl Suster authored
missing security_token.rb inhibits development
-
Adrian Rangel authored
-
Carl Suster authored
gitignore to ignore sftp Sublime Text config file
-
Domenico LucianI authored
-
Carl Suster authored
-
Jim Roepcke authored
-
Carl Suster authored
ignore web deploy settings by default for security, but add a TODO comment
-
Carl Suster authored
Updated OSX.gitignore to include directories commonly created on AFP shares
-
Carl Suster authored
Added other common compression formats to ArchLinuxPackages
-
Carl Suster authored
Fixes uncomplete CTools by removing overly-broad and irrelevant (?) cache rule
-
- 03 Apr, 2014 2 commits
-
-
Carl Suster authored
Do not ignore .ncrunch* in Visual Studio projects.
-
Jamie Humphries authored
This was ignoring .ncrunchproject and .ncrunchsolution files. NCrunch recommend that both of these files are checked in to source control.
-
- 01 Apr, 2014 1 commit
-
-
Carl Suster authored
add delphi .dcu
-
- 31 Mar, 2014 6 commits
-
-
Konstantin Koval authored
-
ONion authored
-
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 2 commits
-
-
Carpii (iMac) authored
-
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
-
- 24 Mar, 2014 1 commit
-
-
notbear authored
Ignoring cache/ makes also necessary files ignored: modules/ctools/page_manager/plugins/cache/page_manager_context.inc modules/ctools/plugins/cache/simple.inc modules/ctools/plugins/cache/export_ui.inc See: https://drupal.org/comment/7001628#comment-7001628
-
- 21 Mar, 2014 6 commits
-
-
Francisco Pina Martins authored
-
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 1 commit
-
-
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.
-