Commit Graph

3148 Commits

Author SHA1 Message Date
Antoine Cœur e00d43a5f5 Improving the documentation of Objective-C and Swift files (#3133) 2019-08-07 09:23:05 -03:00
qogn9daohs1 a200716606 Ignore gummi previews (#3144) 2019-08-07 09:09:56 -03:00
Max Cobb a3e8e1470d Swift: ignore .swiftpm (#3083)
* added files to be ignored with swift package manager

* added comment for swiftpm and why it might want to be included in .gitignore
2019-08-07 09:08:55 -03:00
NeverMine17 20e9638392 Update Godot.gitignore (#3142) 2019-08-07 08:41:57 -03:00
Joshua Jones c4ed859434 Revert of #2988. TextMesh Pro files are not auto managed (#3134)
Unlike other packages, TextMesh Pro is not entirely managed by Unity's new Package Manager, and still imports some assets directly into the project.
2019-07-24 10:03:41 -03:00
Antoine Cœur 9df8aa6037 Partial revert of 837181e2f6 (#3132) 2019-07-23 09:14:41 -03:00
Vanya Kapitonov 1bf740f9e8 Added more glossaries auxiliary files and makeindex logs to TeX template (#3104) 2019-07-22 14:55:00 -03:00
John Vandenberg 6ab0c59127 .travis.yml: Trim trailing whitespace and indent (#3118) 2019-07-21 10:48:12 -03:00
John Karahalis db943c49e4 Add *.hie to Haskell.gitignore (#3120)
This new file type can be generated by GHC 8.8.

https://www.haskell.org/ghc/blog/20190626-HIEFiles.html
2019-07-21 10:47:04 -03:00
steveh-ivendi f900e7e0dd Ignore the .ionide working folder (#3108)
If you have the [Ionide](http://ionide.io/) tools installed you will get an `.ionide` directory created in each directory that you open with VS Code, regardless of whether or not you are using F#.
2019-07-21 10:45:57 -03:00
Alexey 50e42aa106 Update Laravel.gitignore (#3098) 2019-06-27 12:49:08 -03:00
Ryan Kavanagh 7aec8fdf32 Ignore *.xyd outline files generated by xy LaTeX package (#3088)
The xy package generates *.xyd files whenever the commands

    \MakeOutlines
    \OnlyOutlines
    \ShowOutlines
    \NoOutlines

are present in the LaTeX source. These automatically-generated files
contain the dimensions of figures typeset with xy and are recreated as
needed. This is documented on pp. 15f. of the XY-pic Reference Manual
(1999/02/16).

As automatically-generated, temporary files, they should be ignored.
2019-06-23 10:15:37 -03:00
Charlotte Townley e447ea2825 Updating Joomla.gitignore to Joomla! 3.9.8 (#3090)
also, re-ordered some elements to ensure the gitignore is in directory/file and lexicographic order
2019-06-23 10:13:21 -03:00
Jean-Noël Avila f9291de89f KiCAD: the -rescue.lib file is also precious! (#3025) 2019-06-01 10:37:17 -03:00
Dylan Bartlett a00cb872ef Revert "KiCad: add footprint cache (#3043)" (#3075)
This reverts commit 6ffcee9711.
2019-05-28 09:00:47 -03:00
Peter Hollows c1faae44ae Add db.sqlite3-journal to Python.gitignore (#3063)
See also 15e56afe introduced this for Rails.gitignore.

Docs on Sqlite temporary files
https://www.sqlite.org/tempfiles.html#rollback_journals

Thanks @nickittynack (Nick Reynolds)
2019-05-25 13:16:08 -03:00
Anton Sakovich 65398389a9 Make ignoring .ist files for glossaries-extra ... (#3066)
package not interfere with makeindex's style files
2019-05-22 08:45:42 -03:00
Erdal TAŞKESEN 310f125d23 style: (Golang) Remove the non-essentials (#3061) 2019-05-19 08:49:52 -03:00
Matan Nassau cdab24d9e9 vim: add extra session file Sessionx.vim (#3058)
from vim's documentation on `:mksession` (:help :mksession):

 ...

 10. If a file exists with the same name as the Session file, but ending
     in "x.vim" (for eXtra), executes that as well.  You can use *x.vim
     files to specify additional settings and actions associated with a
     given Session, such as creating menu items in the GUI version.

we already have Session.vim ignored.  the Sessionx.vim file, like
Session.vim, is a user file.  a user would generally want that file kept
private or for themselves, and the public or a team fetching from or
sharing the repository generally have no interest in a file relevant
only to a particular user.  so it's a good idea to get git to help us
avoid mistakenly sharing the file.
2019-05-16 17:40:58 -03:00
Mohammad Hizzani 6cb96f4a6e add the ist file generated by glossaries-extra package (#3056) 2019-05-16 17:35:05 -03:00
Takeshi Kondo 74643fe2c8 Fix log filename for Vagrant (#3053)
Actually, the log generated by debug mode is *.log
i.e. ubuntu-xenial-16.04-cloudimg-console.log
2019-05-12 12:29:47 -03:00
Justin Hartman 837181e2f6 Updated Xcode.gitignore template with a Patch (#2566) 2019-05-12 10:24:48 -03:00
Sergey Chupov b5aa92c05f Add ignores for file-based projects (#2902)
When IntelliJ project is created as a file-based (i.e. without `.idea` folder, but with `.iws`, `.iml` and `.ipr` files), and this is a Gradle or Maven project with auto-import, should ignore them as well for the same reason we ignore `.idea` folder content in that case.
2019-05-12 10:23:05 -03:00
Daniil Goncharov 679f51c6c9 [Android] Change to Android Studio 3 (#3004)
* ignore all caches

* ignore release folder
2019-05-12 10:10:01 -03:00
Alexander Gayko 7c462a387b Added Preamble (#2954)
... to let the file point to its canonical source
2019-05-12 10:09:14 -03:00
Rohan Vakharia 445fddf9b6 Updated ignored list (#2972) 2019-05-12 10:05:22 -03:00
Dariusz Woźniak d82e9e96ff NUnit - reorganize (#2960) 2019-05-12 10:00:26 -03:00
Byeongguk Gong e58b3e0a01 Update Node.gitignore (#2934)
* Update Node.gitignore

* Fix coverage.lcov to *.lcov
2019-05-12 09:54:48 -03:00
Oleg Mezentsev 3e263d465b [Android] ignore .idea/navEditor.xml (#3012) 2019-05-12 09:45:34 -03:00
Alex Studer d44a0cb156 Add fp-info-cache to KiCad gitignore (#3013)
See https://lists.launchpad.net/kicad-developers/msg38339.html and https://lists.launchpad.net/kicad-developers/msg38638.html
2019-05-12 09:45:08 -03:00
LotteMakesStuff 65bc8a7090 [Unity] ignore Jetbrains plugin folder (#3026)
When a Unity project is opened in Jetbrains Rider, it installs a editor plugin into the Assets/Plugins/Editor/Jetbrains folder to manage Unity->Rider integration. This plugins life cycle is managed by your local Rider install and is automatically updated by Rider. It should not be committed to source control.  This is documented by Jetbrains here https://www.jetbrains.com/help/rider/Unity.html

This change should ignore both the Jetbrains plugin folder and its .meta file correctly. For completeness, it would be nice to also ignore the /.idea*/ settings folder that Rider autogenerates, but i see a PR implementing that change has already been rejected.
2019-05-12 09:44:32 -03:00
Mestre Muten 5808b77453 Update Windows.gitignore (#2191) 2019-05-12 09:40:18 -03:00
Simon Siefke 79d46ba7e5 Add .tsbuildinfo files to Node.gitignore (#3052) 2019-05-10 08:04:44 -03:00
FritzsHero b2d72bfcf7 Exclude memory profiler captures from git (#3049) 2019-05-09 08:17:09 -03:00
John Chang c975d35a36 Replace non-ASCII character in comment (#3050)
The curly apostrophe in the comment is causing AWS EB CLI to fail. https://stackoverflow.com/a/55988700/594211
2019-05-09 08:03:00 -03:00
Mahmudul Haque 5c5a1b536b ignore vendor directory (#3033) 2019-05-05 10:37:09 -03:00
Alvaro Enrique Ruano 8f83007b29 Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047) 2019-05-02 12:37:20 -03:00
Guilherme Ramos 5b50e4c857 Updating Swift.gitignore with accio folders (#3046) 2019-05-01 15:06:26 -03:00
syzzer 6ffcee9711 KiCad: add footprint cache (#3043)
As described in commit c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5 in the
kicad repository itself, the fp-info-cache file should not be checked
in to version control.

(See https://git.launchpad.net/kicad/commit/?id=c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5)
2019-04-28 09:12:16 -03:00
Alessio Franceschelli 65bb94ddc1 Update VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041)
This is to ignore the new Nuget Symbol Packages, which are now the recommended approach for debug symbols of public NuGet packages.
https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
2019-04-25 15:52:35 -03:00
Anton Sakovich 293863c96e Delete .ist from TeX.gitignore (#3040)
.ist files are makeindex style files, which determine how a
makeindex-generated index will look like. Therefore, they must be
included in source control.
2019-04-24 11:10:33 -03:00
zy26 26f49b0c26 Update R.gitignore (#3034)
ignore knitr and R markdown default cache directories in subdirectories
2019-04-22 08:56:28 -03:00
Sam Gleske c1b7904af6 gitignore for JENKINS_HOME Jenkins settings (#1763)
* gitignore for JENKINS_HOME Jenkins settings

This allows an admin to use git to keep a backup of Jenkins settings
without tracking binary artifacts.  Useful for preserving settings during
plugin upgrades.

Note: secret.key is purposefully not tracked by git.  This should be
backed up separately because configs may contain secrets which were
encrypted using the secret.key.

See also:

* http://jenkins-ci.org/
* https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins

* Add a few entries to Jenkins gitignore
2019-04-07 14:01:39 -03:00
Kevin Jiang 7eef17f37c Ignore transpiled .java and .class files (#3016) 2019-03-27 08:31:02 -03:00
Lucas Steer 56e3f5a7b2 [Unity] Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly (#2980)
* Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly

* Added comment to recommend .gitignore placement; added leading slash for AssetStoreTools rule

* Added a leading slash to never ignore .meta files in the root Asset folder
2019-03-23 15:29:17 -03:00
Aaron Zeng 6d467f5ebe Update OCaml.gitignore (#3010) 2019-03-21 14:10:28 -03:00
Jimmy Lewis 7f765e3f2a Remove wwwroot/lib exclusion for ASP.NET Core (#3009)
ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path.  This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default.

This change removes the lines added by #2307.

**Reasons for making this change:**

VS default flow is now broken by excluding files required to run an ASP.NET Core project.

**Links to documentation supporting these rule changes:**

The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48.
2019-03-20 19:06:32 -03:00
prs513rosewood 91cca656df Update SCons.gitignore (#3001)
Added some files that SCons generates when its tries to configure libraries.
2019-03-18 09:14:04 -03:00
Nicolas Del Valle cf8aca5249 Update Node.gitignore (#3002) 2019-03-18 09:12:18 -03:00
Alex Arslan 76512d9b96 Add more standard ignored files for Julia (#2992)
* Add more standard ignored files for Julia

In particular, this adds documentation build artifacts generated by Documenter.jl as well as Manifest.toml, which can appear in docs/, in test/, or at the top level.

* Clarify the intent of each ignored item

Also add a few more build artifacts from BinaryProvider/BinDeps.
2019-03-14 13:41:28 -03:00