1
0
mirror of https://github.com/github/gitignore synced 2024-06-28 23:32:50 +02:00
Commit Graph

864 Commits

Author SHA1 Message Date
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
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
Sayed Ibrahim Hashimi
178d2632d8 .pubxml file should not be excluded by default 2013-06-07 10:32:41 -07:00
Anders Åberg
961e9b31a4 Visual Studio: Ignore Chutzpah testrunnerfiles
Ignores the compiled typescript files that chutzpah creates. Alot of files are created, so ignoring them have an high impact on repository health.
2013-05-29 10:14:45 +02:00
Ted Nyman
098aee26a1 Update LICENSE 2013-05-25 23:56:08 -06:00
Giovanni Costagliola
700e582aca Exclude bin/* assets generated by the compiler 2013-05-23 01:37:46 +03:00
conradolega
cd8663d95d Add Meteor.gitignore 2013-05-21 21:36:05 +08:00
Carl Suster
4624470231 Also ignore additional tempfiles created by the biblatex package.
Refer to the biblatex manual at http://ctan.unsw.edu.au/macros/latex/contrib/biblatex/doc/biblatex.pdf:

(p.106): The name of the additional aux files is the base name of the main input file with the string -blx and a running number appended at the end.
[...]
Apart from these aux files, biblatex uses an additional bib file with the same suffix to pass certain control parameters to BibTeX.
[...]
When using Biber, biblatex writes a control file named example.bcf and ignores \blxauxsuffix.

Note: the running number mentioned in the documentation is not always added to the suffix.
2013-05-10 17:15:48 +10:00
Manoj
3aefe6505f Option to unignore repositories.config
Some tools like TeamCity depend on repositories.config being checked-in under `packages/` for the restore to work.
2013-05-10 09:28:56 +05:30
Sam T
ae0d13d31c Ignore emacs flymake-mode temp files. 2013-05-10 01:35:12 +04:00
stationkeeping
923acecd29 Fixed SASS case (It's Sass, not SASS) 2013-05-09 09:50:44 +02:00
Carl Suster
1d045d58b8 Ignore .fls files in LaTeX projects
From the man page for latexmk (http://manpages.ubuntu.com/manpages/raring/man1/latexmk.1L.html):

[...] the -recorder option with latex and pdflatex. In (most) modern versions of these programs, this results in a file of extension .fls containing a list of the files that these programs have read and written.

Latexmk specifies this option in its latex commands and so produces temporary files with this extension in latex projects.
2013-05-08 13:06:10 +10:00
Michael Gerbush
182aeb220d Reverting change to ignore build subdirectories
Reverted a change that was causing build directories at the root folder to show up in git.  If you need to ignore subdirectories the leading slash needs to be omitted.
2013-05-02 23:04:52 -05:00
Ian Carrico
5e49936959 Move .htaccess to its place under core files, not text files 2013-04-26 16:06:04 -05:00
Andrzej Borucki
40dc966e27 File are for example parse.~pas
*.~*~ not match backup files
2013-04-24 20:51:16 +03:00
Finn Johnsen
f62c01b155 removed implicit ignore
/web-app/WEB-INF is already ignored, no need to specify sub-directories
2013-04-22 10:53:25 +03:00
Sean Brewer
00db51bba6 Ignore Leiningen REPL history
If you open an REPL within your project with `lein repl`, your REPL history gets saved in .lein-repl-history. This file does not need to be committed to a repository
2013-04-21 02:48:48 -03:00
Ray Shan
9428df834f Comment for .py[cod] files
Commenting the only ignore that isn't commented.
2013-04-13 23:46:22 -05:00
Erran Carey
0314124986 Ignore those pesky .dat* files 2013-04-12 01:26:02 -05:00
Erran Carey
143f7bc97f Update RubyMotion.gitignore 2013-04-12 01:23:09 -05:00
Kristen
f41aaad6f9 Added nunit result and state file 2013-04-11 22:46:03 +01:00
Brian Dukes
2ee0c56f17 Ignore user-specific ReSharper settings 2013-04-10 21:24:28 -05:00
Christopher
ff345b0fac adding ignore for Telerik JustCode files 2013-04-02 13:59:05 -07:00
TomLiu
14cebd60c5 add media/catalog/product/cache/ to magento ignore 2013-03-25 00:37:40 +08:00
Mark Gardner
cd5b0112a4 Emacs gitignore gitignore mode because recursion 2013-03-19 16:43:04 -04:00