Commit Graph
3396 Commits
Author SHA1 Message Date
Vanya KapitonovandBrendan Forster 1bf740f9e8 Added more glossaries auxiliary files and makeindex logs to TeX template (#3104) 2019-07-22 14:55:00 -03:00
John VandenbergandBrendan Forster 6ab0c59127 .travis.yml: Trim trailing whitespace and indent (#3118) 2019-07-21 10:48:12 -03:00
John KarahalisandBrendan Forster 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-ivendiandBrendan Forster 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
Marek PoláčekandGitHub ce4e88b4a6 Update VisualStudio.gitignore
Typo
2019-07-16 09:06:11 +02:00
Marek PoláčekandGitHub e285e4bb06 Update VisualStudio.gitignore
Visual Studio 6.0 files
2019-07-16 08:39:20 +02:00
Jakob Sagatowski e4fe597296 Renamed TwinCAT.gitignore to TwinCAT3.gitignore so it's obvious this is a gitignore file only applicable for TwinCAT3 and not also TwinCAT2 (which stores everything in a big binary blob). 2019-07-13 18:41:49 +02:00
AlexeyandBrendan Forster 50e42aa106 Update Laravel.gitignore (#3098) 2019-06-27 12:49:08 -03:00
Ryan KavanaghandBrendan Forster 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 TownleyandBrendan Forster 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
Jakob Sagatowski c992170f39 Added gitignore-file for Beckhoff TwinCAT. 2019-06-22 15:00:35 +02:00
Jean-Noël AvilaandBrendan Forster f9291de89f KiCAD: the -rescue.lib file is also precious! (#3025) 2019-06-01 10:37:17 -03:00
Dylan BartlettandBrendan Forster a00cb872ef Revert "KiCad: add footprint cache (#3043)" (#3075)
This reverts commit 6ffcee9711.
2019-05-28 09:00:47 -03:00
Peter HollowsandBrendan Forster 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 SakovichandBrendan Forster 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ŞKESENandBrendan Forster 310f125d23 style: (Golang) Remove the non-essentials (#3061) 2019-05-19 08:49:52 -03:00
Matan NassauandBrendan Forster 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 HizzaniandBrendan Forster 6cb96f4a6e add the ist file generated by glossaries-extra package (#3056) 2019-05-16 17:35:05 -03:00
Takeshi KondoandBrendan Forster 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 HartmanandBrendan Forster 837181e2f6 Updated Xcode.gitignore template with a Patch (#2566) 2019-05-12 10:24:48 -03:00
Sergey ChupovandBrendan Forster 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 GoncharovandBrendan Forster 679f51c6c9 [Android] Change to Android Studio 3 (#3004)
* ignore all caches

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

* Fix coverage.lcov to *.lcov
2019-05-12 09:54:48 -03:00
Oleg MezentsevandBrendan Forster 3e263d465b [Android] ignore .idea/navEditor.xml (#3012) 2019-05-12 09:45:34 -03:00
Alex StuderandBrendan Forster 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
LotteMakesStuffandBrendan Forster 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 MutenandBrendan Forster 5808b77453 Update Windows.gitignore (#2191) 2019-05-12 09:40:18 -03:00
Simon SiefkeandBrendan Forster 79d46ba7e5 Add .tsbuildinfo files to Node.gitignore (#3052) 2019-05-10 08:04:44 -03:00
FritzsHeroandBrendan Forster b2d72bfcf7 Exclude memory profiler captures from git (#3049) 2019-05-09 08:17:09 -03:00
John ChangandBrendan Forster 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 HaqueandBrendan Forster 5c5a1b536b ignore vendor directory (#3033) 2019-05-05 10:37:09 -03:00
Alvaro Enrique RuanoandBrendan Forster 8f83007b29 Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047) 2019-05-02 12:37:20 -03:00
Guilherme RamosandBrendan Forster 5b50e4c857 Updating Swift.gitignore with accio folders (#3046) 2019-05-01 15:06:26 -03:00
syzzerandBrendan Forster 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 FranceschelliandBrendan Forster 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 SakovichandBrendan Forster 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
zy26andBrendan Forster 26f49b0c26 Update R.gitignore (#3034)
ignore knitr and R markdown default cache directories in subdirectories
2019-04-22 08:56:28 -03:00
Sam GleskeandBrendan Forster 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 JiangandBrendan Forster 7eef17f37c Ignore transpiled .java and .class files (#3016) 2019-03-27 08:31:02 -03:00
Lucas SteerandBrendan Forster 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 ZengandBrendan Forster 6d467f5ebe Update OCaml.gitignore (#3010) 2019-03-21 14:10:28 -03:00
Jimmy LewisandBrendan Forster 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
prs513rosewoodandBrendan Forster 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 ValleandBrendan Forster cf8aca5249 Update Node.gitignore (#3002) 2019-03-18 09:12:18 -03:00
Alex ArslanandBrendan Forster 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
OKURA MasafumiandBrendan Forster 1a417fe294 Don't ignore tmp and log directory (#2999)
https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
Rails `5.2.2.1` requires `tmp` directory committed to git repository for CI to run successfully.
2019-03-14 09:55:38 -03:00
NickandBrendan Forster bbd09f3585 Add more Windows Store app package types (#2995)
Visual Studio can also generate .appxbundle and .appxupload files for Windows Store apps.
See: https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#types-of-app-packages
2019-03-14 08:58:52 -03:00