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

889 Commits

Author SHA1 Message Date
torokmark
600983cd4e Added: ignore Ada object and ali files 2013-10-13 20:30:13 +02:00
Utumno
5627d20401 .classpath and .project files are *meant to be versioned*
As is clearly stated in the [eclipse documentation](http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F).  
This gitignore has lead to much confusion in SO - please ammend

I would guess the same is true for .pydevproject and .cproject but can't
be sure/do not have any references on those

Also .launch configurations are generally meant to be versioned when
saved under project location. See for instance :
http://stackoverflow.com/a/337317/281545
2013-10-12 22:28:01 +03:00
Daisuke Goto
da36175ff6 Fix OSX-specific Icon\r rule 2013-10-12 19:14:17 +09:00
Ivan Žužak
ecf9bac896 Merge pull request #801 from github/fix-trailing-newlines
Ensure single trailing newline
2013-10-08 00:08:12 -07:00
Ivan Zuzak
f0dde55c6b ensure single trailing newline 2013-10-06 14:40:01 +02:00
John Harvey
58d60fb8a4 Add file for Atari 2600 / Atari 7800 assemblers 2013-10-04 13:02:43 -04:00
Lance Chen
b3fd9b493f
Add .gitignore for Arch Linux Packages
Mandatory files for a Arch Linux package are

* PKGBUILD
* install scripts, if any
* user defined configs/patches, if any

This .gitignore ignores files that are
generated/downloaded by makepkg automatically.

Refs:

* https://wiki.archlinux.org/index.php/Creating_Packages
* https://wiki.archlinux.org/index.php/Makepkg

Signed-off-by: Lance Chen <cyen0312@gmail.com>
2013-10-01 23:04:24 +08:00
micole
1e9ec334cd Added the processing project 2013-09-26 16:19:15 -04:00
Ivan Yatskevich
85a512a7ee add .idea_modules/
https://github.com/mpeltonen/sbt-idea generates this folder
2013-09-25 12:04:55 +03:00
Juri Strumpflohner
77f8351ec7 adds ignore for NCrunch cache folder 2013-09-23 12:04:38 +02:00
Danny Greg
060aed8a93 Merge pull request #774 from bdewater/patch-1
add .xccheckout to Objective-C gitignore
2013-09-18 15:08:43 -07:00
fivef
39f563b627 Create ROS.gitignore
A ROS gitignore copied form moveit_ros.
https://github.com/ros-planning/moveit_ros/blob/hydro-devel/.gitignore
2013-09-18 10:20:26 +02:00
Bart
56dbce3df3 add .xccheckout to Objective-C gitignore
This is a file that Xcode 5 uses for version control, doesn't need to be checked in. Also see http://stackoverflow.com/a/18448100/1877078
2013-09-17 12:42:12 +02:00
Pedro Nascimento
85562c2572 Remove .project from Rails.gitignore. 2013-09-09 01:14:44 -03:00
Chirag Sanghavi
1d8470b186 adding - due to sourcetree 2013-09-03 23:53:56 -04:00
Chirag Sanghavi
13b6b17ff1 added wildcards and ignored packages named with Wm. if you have a custom page named Wm, you will need to use force to check in. 2013-09-03 23:48:08 -04:00
Chirag Sanghavi
c7659fc44d added webmethods related gitignore file 2013-09-03 23:29:45 -04:00
Mike Manger
d9fd3eaa17 Ignore local.xml as this contains database credentials. 2013-08-30 15:49:12 +01:00
Nysa
c98c138ee1 Vim: Forgot to change *.s[a-w][a-z] to .*.s[a-w][a-z] 2013-08-27 21:04:19 -05:00
Nysa
0030e9df60 Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files
.*.s[a-w][a-z] matches named swap files.
.s[a-w][a-z] matches unnamed swap files.
2013-08-27 20:51:55 -05:00
Charlie Somerville
6c75292e1e Merge pull request #735 from aldo-roman/patch-1
added secret_token.rb
2013-08-26 03:41:59 -07:00
Charlie Somerville
77cf354916 Merge pull request #714 from mattjeffery/ignore_kernel_objects
Ignore kernel object files
2013-08-26 00:12:36 -07:00
Tony Owen
1d68d1ee81 Added gradle files to Android gitignore 2013-08-21 09:43:55 +01:00
Paolo G. Giarrusso
c56761e833 Create Agda.gitignore
Ignore .agdai files, they're binary files generated by typechecking .agda files.

Agda is an interactive proof assistant, home page here:
http://wiki.portal.chalmers.se/agda/pmwiki.php

`.agdai` files seem to be only documented here (and indirectly by googling):
http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Main.PerformanceTips

A prominent repository using Agda on github:
https://github.com/HoTT/HoTT-Agda/
Their gitignore files:
https://github.com/HoTT/HoTT-Agda/blob/master/.gitignore
2013-08-15 03:18:55 +02:00
Aldo Román Nureña
0bad6cf48b added secret_token.rb
I added secret_token.rb file to the gitignore as there are public repos sharing it.
2013-08-12 12:40:19 -05:00
Sam Quinn
5f35f30b04 Added Kate ignore file
ignores .<filename>.kate-swp and (older version?) .swp.<filename>
see http://bit.ly/14XyBgW and http://bit.ly/chKUoZ
2013-08-04 22:25:21 -05:00
Lech H. Conde
c83782755f DW Dreamweaver added files
A lot of web designers still uses DW, thats why its necessary.
2013-07-31 12:56:24 -05:00
jtimberman
022572a0d0 Add ignore file for Chef cookbooks
These ignores are generated by berkshelf, a tool commonly used in the
Chef community for managing cookbooks. This .gitignore is used by
Opscode across publicly available cookbooks.
2013-07-29 17:05:12 -06:00
Shivam Bansal
1cd6195f83 Deployed file ignore 2013-07-25 06:18:55 -07:00
Matt Jeffery
d292bd8207 ignore kernel object files 2013-07-19 18:05:04 +01:00
Jonathan Rudenberg
4500b29b31 Ignore Go test files 2013-07-19 11:44:46 -04:00
Jonathan Windle
be2ecada63
Add schemaview extension to VisualStudio.gitignore
Files ending in .dbproj.schemaview contain state persistence settings
for the Schema View utility within Visual Studio.

http://stackoverflow.com/questions/3937160/in-the-new-visual-studio-2010-sql-server-project-type-what-is-the-dbproj-schem
http://foocompelsyou.wordpress.com/2012/05/06/visual-studio-2010-database-projects-why-use-them/
2013-07-16 16:20:30 -07:00
Caique Rodrigues
da7ce3135d Dart.gitignore updated to reflect instructions provided by authors 2013-07-11 15:27:02 -03:00
modocache
846f1ecbb2 Ignore source control plist files generated by Xcode. 2013-07-10 15:05:43 -04:00
Matt Quigley
35a4fcf967 Don't ignore essential Eclipse project files.
The .project and important .classpath files are a part of an Android Eclipse
project, and their changes should be stored in the repository. Although there
may be a case for ignoring these files in very rare situations, they don't
justify belonging in a generic template.

The .project file is generally recreatable with a new import without
difficulty, but it still may have important configuration such as extra build
steps. More importantly, .classpath is absolutely essential for a project to
build correctly and cannot be automatically generated unless there is nothing
extra on the classpath.

Reverts commit 3ad9edaa2.
2013-07-06 19:06:59 -07:00
Bengt Lüers
a6c76a5308 There is no need to unignore .gitignore.
Because files and directories starting with a `.` are not ignored in general.
2013-07-05 01:06:35 +02:00
Bengt Lüers
ad1289f0d9 Files and directories starting with a . should not be ignored in general. 2013-07-05 01:06:35 +02:00
Justin Spahr-Summers
b2c694d792 Merge pull request #576 from nysa/master
Ignore Vim untitled and unsaved buffer swapfiles
2013-07-03 08:45:13 -07:00
Justin Spahr-Summers
f3664c06f7 Merge pull request #493 from strugee/master
This repository didn't have a CONTRIBUTING.md file. Now it does.
2013-07-03 08:39:56 -07:00
Justin Spahr-Summers
444416f067 Remove Podfile.lock from Objective-C ignores
Per discussion in #148.
2013-07-03 08:28:28 -07:00
Justin Spahr-Summers
77e8071b0f Merge remote-tracking branch 'matzew/master' (pull request #418) 2013-07-02 13:09:57 -07:00
Matthias Wessendorf
0acbcf4bfd Adding CocoaPods to gitignore 2013-07-02 21:25:38 +02:00
Paul Betts
88951d5cc9 Merge pull request #694 from anurse/patch-1
Unignore "packages/*/build" in VisualStudio.gitignore.
2013-06-28 17:09:29 -07:00
Andrew Nurse
f2ab73150a Unignore "packages/*/build" in VisualStudio.gitignore. 2013-06-28 16:44:00 -07:00
Jakob Voss
349dbcf24a Added *.run.xml created by logreq package, also used by biblatex 2013-06-28 14:14:34 +02:00
Jakob Voss
513cd784cf Added .bcf extension created by BibLaTeX 2013-06-28 09:01:17 +02:00
Chris Jones
c8ec69639c Update Magento.gitignore
The line for `install.php` blocks adding *any* file with that name. In this instance, it caused Git to ignore a file for the Aitoc_Aitsys module located at: `app/code/local/Aitoc/Aitsys/Model/Module/Install.php`
2013-06-25 17:08:09 -04:00
John Kodumal
4a71b5bbb9 Add .hsenv to .gitignore 2013-06-16 12:34:33 -06:00
Franciszek Szczepan Wawrzak
dc413f0637 ignoring *.autosave files generated by QtCreator 2013-06-14 18:51:59 +02:00
Filipe Pais Lenfers
c173b00b32 Add Ensime specific ignores 2013-06-13 16:35:13 -03:00