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

468 Commits

Author SHA1 Message Date
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
Ruslan Gunawardana
222976838c Updated Jetbrains.gitignore
Added datasource folder
2016-10-29 08:16:09 +03:00
Brendan Forster
4cefae5d09 Merge pull request #2096 from petermorlion/jetbrains-include-shared-settings
Include shared settings, according to official docs
2016-10-03 14:48:42 +11:00
João Ferreira Loff
4f7062e132 Add .nfs files to Linux.gitignore 2016-09-19 17:21:02 +01:00
Serge van Ginderachter
cd22a9cc58
introduce Ansible ignores 2016-09-07 15:49:29 +02:00
Peter Morlion
aad5932d4b Include shared settings, according to official docs
Official docs, found here:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as
of 13 Aug 2016)
2016-09-07 12:09:45 +02:00
Jonathan
899509f2f2 Rename OSX.gitignore to macOS.gitignore
Apple renames OS X to macOS. Announced @ WWDC 2016
2016-08-30 19:12:57 +02:00
Shubham Rao
d785d6115e nbactions.xml must not be ignored (?)
This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE.
Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) 
Also this file does anything worth ignoring
Added by #145
Exclusion of `nbactions.xml`  from `.gitgnore` should be discussed.
2016-08-22 23:36:09 +05:30
Yves Martin
e60b5dc494 Ignore GNU Global GSYMS database of other symbols 2016-08-16 13:41:52 +02:00
sherzod
557655fa66 Update for Eclipse
Add exclusion for Scala IDE specific .cache-main files.
2016-08-16 11:59:29 +05:00
Brennan Fee
554bccef40 Update Visual Studio Code to support workspace files.
Visual Studio Code has a few files that can be placed into the workspace
in order to share settings across users.  Settings.json is for project
specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
While launch.json is for debugging specific tasks.
2016-08-04 22:29:32 -07:00
Assem Chelli / bigOTHER
4ac02fc282 Create the gitignore for Bazaar version control system 2016-06-12 22:44:23 +01:00
Brendan Forster
7a052429f0 Merge pull request #1959 from Javierieh/add-sublime-text-packages-ignore
Add sublime-text-3 gitignore for package control
2016-05-16 11:41:04 +02:00
Brendan Forster
f454371ec6 Merge pull request #1972 from Kagamine/master
Ignore '*.DS_Store' instead of ignore '.DS_Store'
2016-05-11 13:59:25 +02:00
あまみや ゆうこ
753df58a6c Ignore '*.DS_Store' instead of ignore '.DS_Store' 2016-05-11 13:39:00 +08:00
Manuel Leonhardt
970ecfb82e Add .com.apple.timemachine.donotpresent to OSX
.com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice.
2016-05-06 14:27:44 +02:00
Javier Espinoza
f9ccecac73 Move package control settings to Global/SublimeText.gitignore 2016-05-05 15:35:26 -03:00
Javier Gusano Martinez
d19334c931 Comment more clear. 2016-04-28 15:40:02 +02:00
Javier Gusano Martínez
0a50c89c29 Exclude Microsoft Visio temporary files. 2016-04-27 17:44:25 +02:00
rexim
24d28868ec Add dist/ folder to Emacs gitignores 2016-03-28 01:16:20 +06:00
Brendan Forster
16a9e9bf8a Merge pull request #1550 from photodude/patch-1
Add the other Dreamweaver added files
2016-03-06 20:26:29 +11:00
Brendan Forster
83dc73e546 Merge pull request #1598 from rdalkire/patch-1
Update CVS.gitignore
2016-03-06 19:05:43 +11:00
Brendan Forster
988fd7a3d2 Merge pull request #1807 from rlee287/eclipse-recommender
Added Eclipse Recommenders to Eclipse gitignore
2016-03-06 18:36:39 +11:00
Brendan Forster
9e636ea96f Merge pull request #1867 from yoLotus/emacs-projectile
add .projectile file to emacs .gitignore
2016-03-06 18:35:35 +11:00
Brendan Forster
c6a8c5299d Merge pull request #1559 from tjrana/dropbox-gitignore
Add Dropbox.gitignore
2016-03-06 18:20:27 +11:00
Brendan Forster
c4ff566a30 Merge pull request #1871 from guenti/master
Update Vim.gitignore
2016-02-26 08:18:26 +11:00
Raman Gupta
2141c823b4 Update Jetbrains .gitignore dataSources.local.xml 2016-02-25 11:57:01 -05:00
Mario Guenterberg
504f444dfa Update Vim.gitignore
Added auto-generated tag files.
2016-02-22 17:50:16 +01:00
Etienne Bazin
413049c283 add .projectile file to emacs .gitignore 2016-02-19 10:12:44 +01:00
Jonathan Chu
6ac648f033 Merge remote-tracking branch 'upstream/master' 2016-02-11 22:03:05 -05:00
Roberto Novelo
cd222dfc62 Added Library Mappings and VCS Root
These files differ on Windows and OS X.
2016-02-10 12:45:16 -06:00
Brendan Forster
9ff1a19de8 Merge pull request #1846 from mcandre/octave-session-info
matlab: ignore octave session info
2016-02-10 13:20:57 +10:30
Noah Lovelady-Allen
31045e29f8 Remove redundancy in Global/Vim.gitignore
Anything matched by `*.un~` will also be matched by the last rule, `*~`.
2016-02-07 08:57:08 -05:00
Andrew Pennebaker
98a3ab7719 matlab: ignore octave session info 2016-02-06 02:51:00 -06:00
Brendan Forster
fa441f9031 Merge pull request #1791 from Oddj0b/Calabash
Based on a template from jmoody
2016-01-28 15:58:45 +10:30
Julien Carsique
71e0c804e6 Add Code Recommenders directory
Code Recommenders introduced in Eclipse Luna (4.5) creates a .recommenders directory at the root of the workspace, like .metadata
2016-01-27 23:25:49 +01:00
Villars Gimm
8ec50f4b74 Move Calabash to Global 2016-01-27 12:24:30 +01:00
Ray Fang
edb522ba0b Update reference article link 2016-01-27 14:41:47 +08:00
Ray Fang
42110464c9 Merge upstream changes 2016-01-27 14:36:41 +08:00
Brendan Forster
352c903c34 Merge pull request #1546 from Coeur/patch-1
DerivedData and xcuserdata are folders; *.xcuserstate is always inside
2016-01-27 15:27:31 +10:30
Brendan Forster
8ae0b3e125 Merge pull request #1542 from barraponto/patch-1
Document Vim file patterns
2016-01-27 15:23:45 +10:30
Brendan Forster
4b2af6fb77 Merge pull request #1387 from tyutyutyu/patch-1
Add Tern plugin to Eclipse.gitignore
2016-01-27 13:54:18 +10:30
Christopher Warrington
9771968355 Ignore default Emacs server auth dir
The server-auth-dir is where Emacs stores authentication files for Emacs
servers (running over TCP). These are (usually) ephemeral in nature, and
should be ignored.
2016-01-22 14:57:28 -08:00
Michiel Sikma
29bd7031a7 Merge remote-tracking branch 'upstream/master' into patch-1 2016-01-21 10:36:01 +01:00
mimibar
491eca8bda Comments
Just added some comments. Some of us don't need some of the lines in the file.
2016-01-13 13:00:10 -06:00
James Elford
efab0fd13c Include lib64 for virtualenv
On systems that require a lib64, virtualenv creates a symlink to the local lib.
2016-01-10 09:01:17 +00:00
Brendan Forster
fceac113a3 Merge pull request #1629 from raabf/fuse_hidden
Fuse hidden
2016-01-01 12:41:51 +10:30
Dmitry Rosolko
5fa2ff2345 Update Eclipse.gitignore
Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore.
2015-12-31 12:40:20 +03:00
rlee287
9d02ed63c9 Added Eclipse Recommenders to Eclipse gitignore 2015-12-19 21:48:33 -08:00
Justas Brazauskas
f5784d7a10 Fix few typos 2015-12-13 16:07:46 +02:00
Stephen
bf84550756 Update to include iMPACT and Core Generator files 2015-12-06 11:47:00 -08:00
Nick Brook
97dc1fdfc3 Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-19 00:24:34 +00:00
chenyufeng
84010e499f add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-09 10:51:42 +08:00
Mike Duigou
f0daa85888 NetBeans file nb-configuration.xml should not be ignored. 2015-11-05 08:01:15 -08:00
István Földházi
3885bb94a7 Update Eclipse.gitignore
Add ignore for STS's .springBeans file
2015-11-03 11:59:53 +01:00
Thomas Steinholz
38d6cac990 Update JetBrains.gitignore
Added a forgotten IDE to the .gitignore documentation.

Why?
For completeness and correctness

What?
[Webstorm](https://www.jetbrains.com/webstorm).
2015-10-29 17:24:45 -04:00
Brendan Forster
fdb7293c82 Merge pull request #1656 from paolofulgoni/powerpoint
Add rule for MS PowerPoint temporary files
2015-10-14 12:30:00 +02:00
Jonathan Chu
a2d7278d61 Ignore all Emacs flycheck_*.el files 2015-10-11 21:47:46 -04:00
Brendan Forster
0dbd791269 Merge pull request #1659 from propersquid/dot-tags
Update Tags.gitignore
2015-10-06 20:26:28 +02:00
Brendan Forster
1ea61a830d Merge pull request #1660 from quadroid/patch-1
JetBrains IDEs: add shelf (VCS -> Shelve changes... menu)
2015-10-06 10:19:25 +02:00
Brendan Forster
75b70e8fb2 Merge pull request #1678 from justincampbell/otto
Add Otto
2015-10-05 18:26:15 +02:00
Victor Häggqvist
432e40ac51 add fabric.properties
Since that is what it should be called now a days according to https://dev.twitter.com/fabric/android/integrating
2015-09-30 02:39:11 +02:00
Justin Campbell
ce170fa831 Add Otto
https://ottoproject.io
2015-09-28 15:06:14 -07:00
Alexander Shvets
4c8e8d3ad1 add shelf (VCS -> Shelve changes...) 2015-09-15 10:05:16 +03:00
propersquid
cbe292daea Update Tags.gitignore
Updated the tags ignore to include the .tags file. The main reason behind this is because Atom's symbols-view (https://atom.io/packages/symbols-view) supports tags/.tags/TAGS/.TAGS. Therefore, I thought it was a good idea to add the .tags/.TAGS to the ignore list.
2015-09-14 08:31:00 -07:00
Paolo Fulgoni
9978001b13 Add rule for MS PowerPoint temporary files 2015-09-11 17:16:42 +02:00
Brendan Forster
23aad6abc4 Merge pull request #1640 from bpasero/patch-1
VSCode 0.8.0 config folder change
2015-09-11 05:03:33 +09:00
David Huerta
d9b8a12b5f Adding rule to not accidentally publish your PGP/GPG private keys. 2015-09-09 13:48:12 -04:00
Benjamin Pasero
ed7d67a175 VSCode 0.8.0 config folder change
Starting with 0.8.0, VS Code will store its settings in a .vscode folder and no longer in the generic .settings folder.
2015-08-31 09:39:54 +02:00
Fabian Raab
7ea5e704a4 improve description of .fuse_hidden 2015-08-24 18:12:34 +02:00
Fabian Raab
7e09dc6a4e add .fuse_hidden* to Linux 2015-08-24 18:02:05 +02:00
Daniel A. Maierhofer
22294e017f Added dotfiles in working directory
Official Documentation:
https://mercurial.selenic.com/wiki/FileFormats#Files_in_the_working_directory
https://mercurial.selenic.com/wiki/Subrepository
The specification for the .hg/ folder is simplified, see:
https://stackoverflow.com/a/15057742
2015-08-22 22:02:39 +02:00
Brendan Forster
bfcae73085 Merge pull request #1545 from skylerberg/virtual-env
Ignore 'local' folder for virtualenv
2015-08-21 12:04:17 +09:30
Antoine Cœur
f17925fe61 Merge branch 'master' into patch-1
* master: (24 commits)
  Add ignore for npm debug log files
  Add KiCad ignore for .bck and .kicad_pcb-bak
  Correct capitalisation of LightSwitch and omit generated.parameters.xml
  Add newline at EOF
  Add ignores for Visual Studio Lightswitch build output
  Adding optional ignore proposal for wwwroot folder
  Ignore NCrunch temporary files.
  Update Dart.gitignore
  Added .stack-work/ directory to Haskell .gitignore.
  add Android Studio to the covers list
  Ignore Default RSpec State File
  Ignore *.auxlock files created by TikZ in TeX
  Ignore files created by `\tikzexternalize`
  Update Typo3.gitignore for CMS v6.2
  [ObjC][Swift] Ignore Xcode SCM blueprint files
  include preamble files generated by mylatexformat package
  Add .jar, .exe and .msi
  Remove .SRCINFO (and old .AURINFO) from .gitignore
  Add CMakeScripts directory
  ignore OAuth2 token
  ...

Conflicts:
	Objective-C.gitignore
	Swift.gitignore
2015-08-15 22:35:32 +08:00
rdalkire
0a93e406c0 Update CVS.gitignore
I added and tested another leading asterisk to deal with the CVS directories further down the tree.
2015-07-22 15:00:32 -04:00
Tinh-Hai Collet
aaef8dd605 Commented out the exclusion of image files, added a link to list the image file types 2015-07-15 08:20:21 +01:00
Victor Häggqvist
558460c0a8 add Android Studio to the covers list
which make it easier to find in search
2015-06-27 21:10:46 +02:00
TJ Rana
146fef70cb Add Dropbox.gitignore 2015-06-18 18:56:54 -04:00
photodude
56a9cff483 Add the other Dreamweaver added files 2015-06-11 15:41:08 -06:00
Antoine Cœur
f85cff8fbe DerivedData and xcuserdata are folders; *.xcuserstate is always inside xcuserdata folder 2015-06-08 12:15:40 +02:00
Skyler Berg
07b15ab2a1 Ignore 'local' folder for virtualenv 2015-06-07 11:40:21 -07:00
Capi Etheriel
457f6464a7 document Vim file patterns 2015-06-05 12:35:49 -03:00
Carl Suster
a1ed257134 Merge pull request #1484 from andres-mancera/SynopsysVCS_patch
Adding a few more files/file extensions/directories for Synopsys VCS.
2015-06-02 11:26:13 +10:00
andres-mancera
4457dcc517 Cleaning-up some of the comments that had been previously added. 2015-06-01 14:38:55 -07:00
Carl Suster
28adf703c1 Merge pull request #1514 from bbodenmiller/xcode
sync up xcode related gitignore files
2015-05-30 13:48:41 +10:00
Tinh-Hai Collet
d5a1f908a9 Move Stata.gitignore to Global/, as discussed with shiftkey 2015-05-18 19:06:04 +01:00
Brendan Forster
ef00a6171e Merge pull request #1392 from Arvur/master
Reworked Lazarus.gitignore according to Lazarus Wiki
2015-05-14 12:17:26 +09:30
Ben Bodenmiller
507c3949be sync up xcode related gitignore files
some details based on #1221
2015-05-10 05:21:36 -07:00
Victor Isadov
db9ef4a789 Move VS Code to Global folder 2015-05-02 10:56:11 +03:00
Stéphane Veyret
a773ba9b04 Add Java APT class path to Eclipse 2015-04-24 16:28:25 +02:00
andres-mancera
b2e72cc133 Adding a few more files/file extensions/directories for Synopsys VCS.
This new version adds:
- fsdb waveforms
- simv.db.dir/ directory for VHDL top configs
- ucli.key
- vc_hdrs.h
- Also added a few comments about where each one of the files come from.
2015-04-23 07:45:39 -07:00
Ginger Geek
884d8411c1 New IDE released: CLION
JetBrains recently released a new C/C++ IDE: CLion
2015-04-16 10:16:48 +01:00
Ray Fang
b75ce44424 Update JetBrains.gitignore according to the knowledge base article 2015-04-14 21:49:03 +08:00
shalecraig
5b3bb94904 Link to section being described 2015-03-29 12:24:23 -04:00
Carl Suster
03372a587d Merge pull request #1429 from ergl/master
Update Jetbrains.gitignore
2015-03-15 12:45:23 +11:00
TAC
e71dfbb6d0 Add .ensime_cache dir
.ensime_cache is cache dir.
2015-03-14 15:22:33 +09:00
ergl
fa9a28a68f Updated Jetbrains.gitignore 2015-03-05 10:56:18 +01:00
William West
8478c871f3 Expand list of root-of-volume dotfiles
In addition to `.Spotlight-V100` and `.Trashes`, the following dotfiles
may appear at the root of all OSX volumes (not just external disks):

- `.DocumentRevisions-V100`: auto-save and versions storage
- `.fseventsd`: file system event storage
- `.Temporaryitems`: temp directory used by some applications instead of
                     /tmp and /var/tmp
- `.VolumeIcon.icns`: storage of custom icon for volume, if set
2015-02-11 10:11:30 -05:00
Denis Grinyuk
79234283de Reworked Lazarus.gitignore according to Lazarus Wiki
http://wiki.freepascal.org/File_extensions
2015-02-03 17:37:55 +03:00
István Földházi
0bb759363f Add Tern plugin to Eclipse.gitignore
The Tern plugin generate a '.tern-project' file in the project directory. (https://github.com/angelozerr/tern.java/wiki/Tern-Eclipse-IDE)
2015-01-29 14:11:33 +01:00