aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* handoutMaïeul Rouquette2014-03-201-0/+3
|
* (e)ledmac/(e)ledparMaïeul Rouquette2014-03-201-0/+12
|
* Merge pull request #1002 from munkhoff/qmake-stash-and-dot-mocCarl Suster2014-03-181-0/+3
|\ | | | | Update Qt.gitignore with rules from qmake
| * Update Qt.gitignoreJohn Munkhoff2014-03-161-0/+3
|/ | | | | - 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.
* Merge pull request #1001 from teslitsky/opencartCarl Suster2014-03-161-0/+7
|\ | | | | Add OpenCart template
| * Create OpenCart.gitignoreDmitry Teslitsky2014-03-151-0/+7
| | | | | | Ignore OpenCart config files, images, cache and logs.
* | Merge pull request #991 from devoncarew/patch-1Carl Suster2014-03-161-5/+7
|\ \ | | | | | | Update Dart template for pub, dart2js
| * | Update Dart.gitignoreDevon Carew2014-03-081-5/+7
| |/ | | | | | | | | | | - 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.
* | Merge pull request #993 from tacahilo/add-packerCarl Suster2014-03-161-0/+5
|\ \ | |/ |/| Add a support for packer
| * Add a support for packerTakahiro OKUMURA2014-03-091-0/+5
|/ | | | http://www.packer.io/
* 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
| |
| * Merge pull request #1 from github/masterchiragsanghavi2013-11-1389-230/+567
| |\ | | | | | | merge from github to my fork
* | \ Merge pull request #989 from ssinss/patch-1Adam Roben2014-03-061-1/+1
|\ \ \ | | | | | | | | Update JetBrains.gitignore
| * | | Update JetBrains.gitignoressinss2014-03-071-1/+1
|/ / /
* | | Merge pull request #988 from arcresu/objc-rm-osxAdam Roben2014-03-061-3/+0
|\ \ \ | | | | | | | | [Objective-C] Remove global rule
| * | | Remove OSX-specific rule from ObjectiveC templateCarl Suster2014-03-071-3/+0
| | | |
* | | | Merge pull request #987 from arcresu/chef-rm-globalAdam Roben2014-03-061-8/+0
|\ \ \ \ | | | | | | | | | | [ChefCookbook] Remove global rules and lockfiles
| * | | | Remove lockfiles from Chef templateCarl Suster2014-03-071-2/+0
| | | | |
| * | | | Remove global rules from Chef templateCarl Suster2014-03-071-6/+0
| |/ / /
* | | | Merge pull request #986 from arcresu/rm-rubymotionAdam Roben2014-03-062-20/+5
|\ \ \ \ | |/ / / |/| | | Merge RubyMotion into Ruby
| * | | Merge RubyMotion into RubyCarl Suster2014-03-072-20/+5
|/ / /
* | | Merge pull request #983 from hugovk/patch-1Carl Suster2014-03-061-0/+1
|\ \ \ | | | | | | | | Ignore coverage results from coverage.py
| * | | Ignore coverage resultshugovk2014-03-061-0/+1
| | | | | | | | | | | | | | | | | | | | coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io) http://nedbatchelder.com/code/coverage/ https://pypi.python.org/pypi/coverage
* | | | Merge pull request #982 from arcresu/vs-strip-globalCarl Suster2014-03-061-14/+0
|\ \ \ \ | | | | | | | | | | [VisualStudio] Remove Windows OS rules
| * | | | Remove Windows OS rules from VS templateCarl Suster2014-03-021-14/+0
| |/ / /
* | | | Merge pull request #984 from ashic/patch-1Carl Suster2014-03-061-1/+1
|\ \ \ \ | |/ / / |/| | | Remove a trailing asterisk for stylistic consistency
| * | | Packages folder is ignored correctlyAshic Mahtab2014-03-061-1/+1
|/ / /
* | | Merge pull request #979 from zman97211/masterCarl Suster2014-03-011-0/+0
|\ \ \ | | | | | | | | Rename IgnorePackages back to VisualStudio.gitignore.
| * | | Rename IgnorePackages back to VisualStudio.gitignore.Steve Ziuchkovski2014-02-281-0/+0
| | | |
* | | | Merge pull request #978 from stuartpb/patch-3Carl Suster2014-03-011-3/+3
|\ \ \ \ | | | | | | | | | | Fix comments in Dart template
| * | | | Fix comments in Dart.gitignoreStuart P. Bentley2014-02-281-3/+3
| |/ / / | | | | | | | | .gitignore uses `#` for comments, not `//`
* | | | Merge pull request #977 from stuartpb/patch-2Carl Suster2014-03-011-7/+0
|\ \ \ \ | |/ / / |/| | | Remove overly-permissive data file rules from Node template
| * | | Remove Results classes from Node gitignoreStuart P. Bentley2014-02-281-7/+0
|/ / / | | | | | | These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`).
* | | Merge pull request #913 from stuartpb/node-patchAdam Roben2014-02-281-8/+23
|\ \ \ | | | | | | | | | | | | Refactor Node.gitignore with comments
| * | | Reduce commentsAdam Roben2014-02-281-18/+10
| | | |
| * | | Merge branch 'master' of https://github.com/github/gitignore into ↵Adam Roben2014-02-2829-66/+141
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | stuartpb-node-patch Conflicts: Node.gitignore
* | | | Merge pull request #969 from MisterJames/VisualStudioIgnorePhil Haack2014-02-281-3/+2
|\ \ \ \ | | | | | | | | | | Enable Ignore of NuGet Packages Folder By Default
| * | | | Enable Ignore of NuGet Packages Folder By DefaultJames Chambers2014-02-271-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitting this for consideration. The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default. While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control.
* | | | | 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/+0
| | | | | |
| * | | | | Adding the EiffelStudio .gitingore file.Louis M2014-02-241-0/+2
| |/ / / /
* | | | | Merge pull request #945 from arcresu/sass-cacheCarl Suster2014-02-283-4/+0
|\ \ \ \ \ | | | | | | | | | | | | Simplify sass cache rules
| * | | | | Remove old sass-cache rule for RailsCarl Suster2014-02-211-2/+0
| | | | | |
| * | | | | Merge Sass and Compass templatesCarl Suster2014-02-212-2/+0
| |/ / / /
* | | | | Merge pull request #975 from DenJohX/patch-1Carl Suster2014-02-281-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Added rule for directory config under KDE to Linux template
| * | | | | Added ignore for directory config under KDEDennis Xiloj2014-02-281-0/+3
|/ / / / / | | | | | | | | | | Dolphin, the KDE file manager, writes specific directory configuration in .directory files.
* | | | | Merge pull request #973 from CodeBlock/idrisCarl Suster2014-02-281-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Add an Idris template
| * | | | | Add an Idris gitignoreRicky Elrod2014-02-271-0/+2
| |/ / / /
* | | | | Merge pull request #970 from wzhishen/masterCarl Suster2014-02-281-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Update Leiningen.gitignore with checkouts and lein-failures rules