1
0
mirror of https://github.com/github/gitignore synced 2024-06-10 06:30:01 +02:00
Commit Graph

1295 Commits

Author SHA1 Message Date
MacPro: Fabien Sanglard
5bd4330b8c Add Xcode support. 2014-03-19 19:14:15 -04:00
Carl Suster
369766d5b9 Merge pull request #1006 from munkhoff/add-slickedit-gitignore
Add Global/SlickEdit.gitignore template
2014-03-19 17:44:44 +11:00
John Munkhoff
ddcbdd6a17 Edit comment in Global/SlickEdit.gitignore
Remove unnecessary wording about negative ignore rules.
2014-03-18 23:37:25 -07:00
Carl Suster
2fc10c0a97 Merge pull request #998 from kylef/patch-1
[Objective-C] Comment out CocoaPods rules
2014-03-19 13:01:09 +11:00
John Munkhoff
a65b95938c Add Global/SlickEdit.gitignore file
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.
2014-03-18 16:21:03 -07:00
Kyle Fuller
a3fbb9bd29 [Objective-C] Add a note about CocoaPod's Pods/ 2014-03-18 15:40:11 +00:00
Carl Suster
65764ade9f Merge pull request #1002 from munkhoff/qmake-stash-and-dot-moc
Update Qt.gitignore with rules from qmake
2014-03-18 17:31:18 +11:00
John Munkhoff
f96f48347d Update Qt.gitignore
- 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.
2014-03-16 23:04:52 -07:00
Carl Suster
170b9f808b Merge pull request #1001 from teslitsky/opencart
Add OpenCart template
2014-03-16 22:32:53 +11:00
Carl Suster
807ac26336 Merge pull request #991 from devoncarew/patch-1
Update Dart template for pub, dart2js
2014-03-16 16:47:06 +11:00
Carl Suster
7d0df220a0 Merge pull request #993 from tacahilo/add-packer
Add a support for packer
2014-03-16 16:42:19 +11:00
Dmitry Teslitsky
b1c8927787 Create OpenCart.gitignore
Ignore OpenCart config files, images, cache and logs.
2014-03-15 22:46:14 +02:00
Kyle Fuller
7609a2eb31 [Objective-C] Remove CocoaPods ignores
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?
2014-03-13 09:28:13 +00:00
Dennis Xiloj
9f1a168c44 ExtJS ignore Updated with a cleaner explanation. 2014-03-12 00:29:55 -06:00
Dennis Xiloj
27a15c3336 Update and rename ExtJS.gitignore to ExtJS MVC.gitignore 2014-03-12 00:26:43 -06:00
Takahiro OKUMURA
2fcafd7140 Add a support for packer
http://www.packer.io/
2014-03-09 14:35:00 +09:00
Devon Carew
e8d7cafc16 Update Dart.gitignore
- 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.
2014-03-08 00:45:00 -08:00
Carl Suster
eda2ee70de Merge pull request #990 from chiragsanghavi/master
Remove duplicate line in Global/webMethods template
2014-03-08 11:02:37 +11:00
chirag sanghavi
9280c7e331 removed duplicate 2014-03-07 17:27:59 -05:00
Adam Roben
6d0b497201 Merge pull request #989 from ssinss/patch-1
Update JetBrains.gitignore
2014-03-06 10:31:33 -05:00
ssinss
b3b6865ad3 Update JetBrains.gitignore 2014-03-07 00:10:38 +09:00
Adam Roben
6ae6a284e5 Merge pull request #988 from arcresu/objc-rm-osx
[Objective-C] Remove global rule
2014-03-06 09:09:30 -05:00
Adam Roben
d73967dba8 Merge pull request #987 from arcresu/chef-rm-global
[ChefCookbook] Remove global rules and lockfiles
2014-03-06 09:08:54 -05:00
Adam Roben
92ffa77978 Merge pull request #986 from arcresu/rm-rubymotion
Merge RubyMotion into Ruby
2014-03-06 09:08:00 -05:00
Carl Suster
ee86c8443a Remove lockfiles from Chef template 2014-03-07 00:24:00 +11:00
Carl Suster
b0171ff71b Remove global rules from Chef template 2014-03-07 00:23:40 +11:00
Carl Suster
1446bd0044 Remove OSX-specific rule from ObjectiveC template 2014-03-07 00:20:51 +11:00
Carl Suster
41feebfbd0 Merge RubyMotion into Ruby 2014-03-07 00:15:40 +11:00
Carl Suster
5a6b8dbb8f Merge pull request #983 from hugovk/patch-1
Ignore coverage results from coverage.py
2014-03-06 22:49:17 +11:00
Carl Suster
12bb74338f Merge pull request #982 from arcresu/vs-strip-global
[VisualStudio] Remove Windows OS rules
2014-03-06 22:47:35 +11:00
Carl Suster
b273c1eb63 Merge pull request #984 from ashic/patch-1
Remove a trailing asterisk for stylistic consistency
2014-03-06 22:37:11 +11:00
Ashic Mahtab
0fb0fbefa5 Packages folder is ignored correctly 2014-03-06 11:25:15 +00:00
hugovk
0df8ab0dcf Ignore coverage results
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
2014-03-06 10:07:26 +02:00
Carl Suster
ef567cb6a6 Remove Windows OS rules from VS template 2014-03-02 12:30:20 +11:00
Carl Suster
fcce3b8de0 Merge pull request #979 from zman97211/master
Rename IgnorePackages back to VisualStudio.gitignore.
2014-03-01 08:52:21 +11:00
Carl Suster
352771f937 Merge pull request #978 from stuartpb/patch-3
Fix comments in Dart template
2014-03-01 08:50:49 +11:00
Carl Suster
b8f2b6d2f8 Merge pull request #977 from stuartpb/patch-2
Remove overly-permissive data file rules from Node template
2014-03-01 08:50:06 +11:00
Steve Ziuchkovski
b7ccf8bf8a Rename IgnorePackages back to VisualStudio.gitignore. 2014-02-28 16:14:58 -05:00
Stuart P. Bentley
36e07e8b2d Fix comments in Dart.gitignore
.gitignore uses `#` for comments, not `//`
2014-02-28 12:51:18 -08:00
Stuart P. Bentley
6b8815dc43 Remove Results classes from Node gitignore
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`).
2014-02-28 12:46:45 -08:00
Dennis Xiloj
42f1a32235 ExtJS JavaScript Framework gitignore
Added gitignore for Sencha ExtJS, a complete web app framework
http://www.sencha.com/products/extjs/
2014-02-28 13:28:41 -06:00
Tim Grilley
b27768efcd Update TeX.gitignore to be in alphabetical order 2014-02-28 11:16:13 -06:00
Adam Roben
d906842119 Merge pull request #913 from stuartpb/node-patch
Refactor Node.gitignore with comments
2014-02-28 11:37:41 -05:00
Adam Roben
937523ae50 Reduce comments 2014-02-28 11:37:14 -05:00
Adam Roben
c096a6566a Merge branch 'master' of https://github.com/github/gitignore into stuartpb-node-patch
Conflicts:
	Node.gitignore
2014-02-28 11:36:57 -05:00
Phil Haack
22f0d933d4 Merge pull request #969 from MisterJames/VisualStudioIgnore
Enable Ignore of NuGet Packages Folder By Default
2014-02-28 08:32:45 -08:00
Carl Suster
69b99dd091 Merge pull request #963 from tioui/eiffelstudio
Adding a global template for EiffelStudio
2014-02-28 23:26:00 +11:00
Carl Suster
121cbc3b73 Merge pull request #945 from arcresu/sass-cache
Simplify sass cache rules
2014-02-28 23:21:39 +11:00
Carl Suster
4899dad980 Merge pull request #975 from DenJohX/patch-1
Added rule for directory config under KDE to Linux template
2014-02-28 17:51:27 +11:00
Dennis Xiloj
13c119f167 Added ignore for directory config under KDE
Dolphin, the KDE file manager, writes specific directory configuration in .directory files.
2014-02-28 00:26:43 -06:00