aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo in commentLukas Böcker2014-04-151-1/+1
|
* Merge pull request #1033 from carpii/osx_tweakCarl Suster2014-04-121-1/+1
|\ | | | | Ignore more osx/afp clutter
| * Ignore more osx/afp clutterCarpii (iMac)2014-04-111-1/+1
| |
* | Merge branch 'fix-1022'Carl Suster2014-04-061-2/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Remove Obj-C-specific hmap & ipa from general Xcode templateCarl Suster2014-04-061-2/+0
| | |
* | | Merge pull request #928 from dlion/sftpCarl Suster2014-04-041-0/+3
|\ \ \ | | | | | | | | gitignore to ignore sftp Sublime Text config file
| * | | Moved to globalDomenico LucianI2014-04-041-0/+3
| | | |
* | | | Remove profile rule from Xcode template. Fixes #956Jim Roepcke2014-04-041-1/+0
| | | |
* | | | Merge pull request #1015 from carpii/masterCarl Suster2014-04-041-0/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| Updated OSX.gitignore to include directories commonly created on AFP shares
| * | Updated OSX.gitignore to include directories commonly created on AFP sharesCarpii (iMac)2014-03-261-0/+7
| | |
* | | ensure single trailing newlineIvan Zuzak2014-03-275-5/+3
|/ /
* | Added bin-release folderSteven Noto2014-03-251-0/+1
| | | | | | Updated to include 'bin-release' folder, another folder for generated binary builds
* | Add Xcode support.MacPro: Fabien Sanglard2014-03-191-0/+17
| |
* | Edit comment in Global/SlickEdit.gitignoreJohn Munkhoff2014-03-181-9/+1
| | | | | | | | Remove unnecessary wording about negative ignore rules.
* | Add Global/SlickEdit.gitignore fileJohn Munkhoff2014-03-181-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #990 from chiragsanghavi/masterCarl Suster2014-03-081-1/+0
|\ \ | | | | | | Remove duplicate line in Global/webMethods template
| * | removed duplicatechirag sanghavi2014-03-071-1/+0
| | |
* | | Update JetBrains.gitignoressinss2014-03-071-1/+1
| | |
* | | Merge pull request #963 from tioui/eiffelstudioCarl Suster2014-02-281-0/+2
|\ \ \ | | | | | | | | Adding a global template for EiffelStudio
| * | | Move the EiffelStudio.gitignore in the Global directoryLouis M2014-02-271-0/+2
| | | |
* | | | Merge pull request #945 from arcresu/sass-cacheCarl Suster2014-02-281-2/+0
|\ \ \ \ | | | | | | | | | | Simplify sass cache rules
| * | | | Merge Sass and Compass templatesCarl Suster2014-02-211-2/+0
| |/ / /
* / / / Added ignore for directory config under KDEDennis Xiloj2014-02-281-0/+3
|/ / / | | | | | | Dolphin, the KDE file manager, writes specific directory configuration in .directory files.
* | | Remove AndroidStudio, modify Global/JetBrainsjturmel2014-02-121-0/+3
| | | | | | | | | | | | | | | * Remove AndroidStudio.gitignore in favor of adding the change needed to the Global/JetBrains.gitignore file
* | | Update JetBrains.gitignoreChristoph Emmersberger2014-02-061-0/+3
| |/ |/| | | Add plugin file description for JIRA config file containing username and password
* | Merge pull request #912 from stuartpb/patch-1Adam Roben2014-01-061-0/+1
|\ \ | | | | | | Update Cloud9.gitignore
| * | Update Cloud9.gitignoreStuart P. Bentley2014-01-021-0/+1
| | | | | | | | | The next version of Cloud9 will use a top-level .c9 folder in the workspace for settings and metadata.
* | | Add output directory of sbteclipse plugin,Arinto Murdopo2013-12-251-0/+3
|/ / | | | | | | which is ".target" directory.
* | Merge pull request #862 from jaseemabid/emacsAdam Roben2013-11-261-0/+7
|\ \ | | | | | | Ignore elpa and eshell generated files
| * | Ignore elpa and eshell generated filesJaseem Abid2013-11-141-0/+7
| |/
* | Merge pull request #853 from danieljabailey/masterAdam Roben2013-11-261-0/+12
|\ \ | | | | | | Add Lazarus IDE ignore file (in global dir this time)
| * | Added lazarus ignore file in the global dir this timeDaniel Bailey2013-11-131-0/+12
| | |
* | | Merge pull request #849 from Danimoth/patch-1Adam Roben2013-11-261-3/+2
|\ \ \ | | | | | | | | Change Eclipse.gitignore to correctly handle bin/ and tmp/ directories
| * | | Update Eclipse.gitignoreAlexander Karatarakis2013-11-131-3/+2
| |/ /
* | | Merge pull request #835 from ggirou/masterAdam Roben2013-11-261-0/+2
|\ \ \ | | | | | | | | Move editor specific files into a new DartEditor.gitignore
| * | | Move editor specific files into a new DartEditor.gitignoreGuillaume Girou2013-11-101-0/+2
| | | |
* | | | Merge pull request #728 from zyrx/masterAdam Roben2013-11-261-0/+3
|\ \ \ \ | |_|_|/ |/| | | DW Dreamweaver added files
| * | | DW Dreamweaver added filesLech H. Conde2013-07-311-0/+3
| | | | | | | | | | | | | | | | A lot of web designers still uses DW, thats why its necessary.
* | | | Merge pull request #760Justin Spahr-Summers2013-11-131-0/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove generic and Java ignore patternsJustin Spahr-Summers2013-11-131-8/+0
| | | | | | | | | | | | | | | | Those belong in other ignore files.
| * | | Moved file to Globalunknown2013-11-131-0/+23
| |/ /
* | | Merge pull request #730 from Lazersmoke/patch-1Adam Roben2013-11-121-0/+3
|\ \ \ | | | | | | | | Added Kate ignore file in Global folder
| * | | Added Kate ignore fileSam Quinn2013-08-041-0/+3
| |/ / | | | | | | | | | ignores .<filename>.kate-swp and (older version?) .swp.<filename> see http://bit.ly/14XyBgW and http://bit.ly/chKUoZ
* | | Merge pull request #681 from filipelenfers/masterAdam Roben2013-11-121-0/+3
|\ \ \ | | | | | | | | Ensime ignores
| * | | Add Ensime specific ignoresFilipe Pais Lenfers2013-06-131-0/+3
| | | |
* | | | Merge pull request #645 from pxqr/masterAdam Roben2013-11-121-0/+3
|\ \ \ \ | | | | | | | | | | Ignore emacs flymake-mode temp files.
| * | | | Ignore emacs flymake-mode temp files.Sam T2013-05-101-0/+3
| |/ / /
* | | | Merge pull request #561 from stuartpb/cloud9Adam Roben2013-11-121-0/+2
|\ \ \ \ | | | | | | | | | | Add Cloud9 gitignore
| * | | | Add Cloud9 gitignoreStuart P. Bentley2013-02-171-0/+2
| |/ / /
* | | | Merge pull request #591 from mjgardner/masterAdam Roben2013-11-121-1/+2
|\ \ \ \ | | | | | | | | | | fixing pattern for compiled elisp