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

2321 Commits

Author SHA1 Message Date
Steven Vascellaro
7b7cc2f532 Add rule to ignore *.ctxt to Java.gitignore
.ctxt files are generated automatically each time a project is compiled in BlueJ.
2016-11-15 17:32:41 -05:00
Brendan Forster
1a92ca87b7 Merge pull request #2185 from robinkanters/bower-assets
Removed bower asset exclusion
2016-11-14 10:26:16 -08:00
Robin Kanters
dd09700e57 Removed bower asset exclusion
This is recommended by the Symfony docs:

http://symfony.com/doc/current/frontend/bower.html#should-i-git-ignore-or-commit-bower-assets
2016-11-13 17:43:00 +01:00
Brendan Forster
7b46307743 Merge pull request #2181 from Levityx/master
Change *.mtc patterns to single *.mtc[0-9]*
2016-11-08 09:28:13 -08:00
Al Levity
a3e8ce6386 Change *.mt patterns to single *.mtc[0-9]* 2016-11-07 08:57:00 +00:00
Brendan Forster
52fcfa919c Merge pull request #2180 from ChuckFork/master
ignore Properties/launchSettings.json even if Properties is a subfolder
2016-11-06 21:52:06 -06:00
ChuckLu
e66cf596e0 ignore Properties/launchSettings.json even if Properties is a subfolder 2016-11-07 11:20:03 +08:00
Brendan Forster
02a362b1e4 Merge pull request #2130 from JasonGross/patch-1
Update Coq.gitignore
2016-11-06 17:08:25 -06:00
Brendan Forster
1f90348114 Merge pull request #2128 from stapelberg/patch-3
autotools.gitignore: add missing files
2016-11-06 17:07:59 -06:00
Brendan Forster
b3fee77004 Merge pull request #2145 from rkrp/laravel_cache_gitignore
Laravel: fixed incorrect ignoring of cache folder
2016-11-06 17:03:50 -06:00
Brendan Forster
818c2f912c Merge pull request #2140 from appleboy/patch-2
Ignore Passport-generated OAuth keys
2016-11-06 17:02:51 -06:00
Brendan Forster
a1e6096ab3 Merge pull request #2132 from rpowelll/patch-1
Update Elixir.gitignore
2016-11-06 17:02:33 -06:00
Brendan Forster
b21a791e47 Merge pull request #2134 from morrislaptop/patch-1
Add yarn ignored file
2016-11-06 17:02:11 -06:00
Brendan Forster
de95cd4635 Merge pull request #2155 from troyp/master
elisp: add emacs backup files and undo-tree save-history files
2016-11-06 17:00:27 -06:00
Brendan Forster
7096cb3c57 Merge pull request #2165 from ArgentiApparatus/patch-3
Update to take into account Dart SDK 1.20
2016-11-06 14:49:45 -08:00
Brendan Forster
f623e0d496 Merge pull request #1768 from thomaseizinger/patch-1
Add rule to unignore the maven wrapper jar
2016-11-06 14:47:50 -08:00
Brendan Forster
db44ece201 Merge pull request #2146 from linterpreteur/patch-1
[Android] Add .idea/tasks.xml
2016-11-06 14:45:29 -08:00
Brendan Forster
7d201a5b79 Merge pull request #2159 from exarus/patch-1
Updated Jetbrains.gitignore
2016-11-06 14:44:37 -08:00
Brendan Forster
93a749bdb0 Merge pull request #2172 from dkav/del-python
Delete IPythonNotebook.gitignore
2016-11-06 14:34:18 -08:00
Brendan Forster
80f4fe921e Merge pull request #2173 from robsonpeixoto/patch-3
Add .dir-locals.el
2016-11-06 14:30:26 -08:00
Robson Roberto Souza Peixoto
3081a7059a Add .dir-locals.el
Read more here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html
2016-11-04 09:57:41 -03:00
Darren
9fc8ca6cc0 Delete IPythonNotebook.gitignore
The IPython Notebook is now known as the Jupyter Notebook (see http://ipython.org/notebook.html). Jupyter ignore values are already found in the Python.gitignore.
2016-11-03 21:30:40 -07:00
Brendan Forster
88a3eb412c Merge pull request #2166 from jvcdk/master
Update of Visual Studio gitignore file.
2016-11-03 06:47:46 -07:00
Brendan Forster
223b3bc840 Merge pull request #2170 from lucasgautheron/master
TeX: feynMF/feynMP
2016-11-03 06:45:50 -07:00
Lucas Gautheron
743d94a12c TeX: feynMF/feynMP 2016-11-03 10:32:51 +01:00
Brendan Forster
7ed8506e9c Merge pull request #2168 from calben/patch-1
add the *.VC.db to unreal engine ignore
2016-11-02 11:23:45 -07:00
Calem Bendell
548fb984f7 add the *.VC.db to unreal engine ignore
as of visual studio 2015 update 2 this file stores the intellisense database.
this file is typically huge and shouldn't be included in a repository.
2016-11-02 11:48:05 -04:00
Jørn Christensen
f8bf136b5e Added reference to get latest from GitHub.
If the .gitignore file is inlcuded in another project, it may be feasible to have a reference to origin.
2016-11-02 13:29:53 +01:00
Jørn Christensen
c6a0ceae08 Added C++ project filter file.
Reference: http://stackoverflow.com/questions/1826901/should-i-add-vcxproj-filter-files-to-source-control
2016-11-02 13:27:57 +01:00
Gary Smith
8d974a01f7 Update to take into account Dart SDK 1.20
Dart SDK 1.20 no longer creates `packages` directories. Added comments to `pub` files section to differentiate  what is needed for >= SDK 1.20 and what is additionally needed for older SDK versions.
2016-11-01 07:50:48 -04:00
Ruslan Gunawardana
222976838c Updated Jetbrains.gitignore
Added datasource folder
2016-10-29 08:16:09 +03:00
Brendan Forster
0f88fa75de Merge pull request #2158 from github/cc-0-license-text
Use the exact CC-0 license text
2016-10-28 11:02:49 -07:00
Ben Balter
a1c526681b Use the exact CC-0 license text 2016-10-28 11:18:45 -04:00
Brendan Forster
8e192a2e56 Merge pull request #2156 from mattayes/jupyter-notebooks
Rename 'IPython Notebook' comment to 'Jupyter Notebook'
2016-10-27 08:31:40 +11:00
Matt Braymer-Hayes
d8a1d416bb Rename 'IPython Notebook' comment to 'Jupyter Notebook' 2016-10-26 12:48:53 -07:00
Troy Pracy
95a405c3ef add final newline 2016-10-27 03:19:31 +11:00
Troy Pracy
a9e99535a0 add undo-tree save-files 2016-10-27 03:16:42 +11:00
Troy Pracy
cc686ca1c6 add backup files (*~) 2016-10-27 03:15:56 +11:00
Brendan Forster
3cb9446b17 Merge pull request #2150 from ddfreyne/nanoc-fix
Nanoc: Fix capitalisation + config filename
2016-10-24 10:14:51 +10:30
Brendan Forster
548e386f70 Merge pull request #2151 from israelroldan/patch-1
Update ExtJs.gitignore
2016-10-24 10:13:57 +10:30
Israel Roldan
d1c4bde045 Update ExtJs.gitignore 2016-10-23 16:58:30 +02:00
Denis Defreyne
2736857d9b
Nanoc: Mention nanoc.yaml rather than config.yaml 2016-10-23 15:05:29 +02:00
Denis Defreyne
3cc7c492da
Nanoc: Improve grammar 2016-10-23 15:04:58 +02:00
Denis Defreyne
32a0361442
Nanoc: Fix capitalisation of Nanoc 2016-10-23 15:04:16 +02:00
Wooseop Kim
60968bb139 Add .idea/tasks.xml
Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems).
2016-10-22 12:05:13 +09:00
Krishna Ram Prakash R
1a553e1f5f laravel: fixed incorrect ignoring of cache folder 2016-10-21 14:21:09 +05:30
Brendan Forster
4077c79bfb Merge pull request #2143 from mrs-mrl/patch-1
ignore Visual Studio 6 workspace file
2016-10-20 09:07:20 +11:00
mrs-mrl
d226019b72 ignore Visual Studio 6 workspace file
see e.g.
http://stackoverflow.com/a/1530193
https://msdn.microsoft.com/en-us/library/aa241721(v=vs.60).aspx
2016-10-19 13:24:44 +02:00
Brendan Forster
08e07cbdc9 Merge pull request #2141 from jasongaylord/master
Removed LaunchSettings.json from being committed
2016-10-19 08:53:16 +11:00
Jason N. Gaylord
679c64a936 Removed LaunchSettings.json from being committed 2016-10-17 18:49:23 -04:00