aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
* Make ninja a global template.Carl Suster2014-07-081-0/+2
| | | | Amends #1084
* Re-order rules for JetBrains legacy project formatDaniel Rothmaler2014-05-291-1/+1
| | | | Fixes #1090 - this is the part of that PR that seems justified.
* Merge pull request #1069 from github/sbtCarl Suster2014-05-261-2/+2
|\ | | | | [Global/SBT] Fix documentation URL
| * Fix URL in SBT templateCarl Suster2014-05-061-2/+2
| |
* | Remove stray whitespaceCarl Suster2014-05-071-2/+0
| | | | | | | | Amending #1072
* | added gitignore for IPython notebooksrasbt2014-05-061-0/+0
| |
* | added gitignore for IPython notebooksrasbt2014-05-061-0/+4
|/
* 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 #1040 from NSElvis/masterCarl Suster2014-04-161-0/+1
|\ | | | | 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
* | 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.
* 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
|\ \ \ \ | |_|_|/ |/| | |