Commit Graph
3160 Commits
Author SHA1 Message Date
Mohsen MirhoseiniandBrendan Forster 72d88e71d8 Remove release/ from Android.gitignore (#3162)
Having `release/` in an Android project gitignore means those apps which have different
build types files for `debug` and `release` will fall into this 
and all `release` related files will be never added or will be removed from
repository at some point.
2019-09-20 12:54:46 -03:00
Antoine GagnéandBrendan Forster 0d7600fc30 Add rebar3 tool files and directories (#3178)
* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
2019-09-16 11:12:42 -03:00
Imed AdelandBrendan Forster 0a7dc39616 Ignore GatsbyJS files (#3180) 2019-09-16 09:21:44 -03:00
Akito13andBrendan Forster 85bf08b19a Updated Nim.gitignore (#3172)
* added further cache directory
* added auto-generated documentation location
2019-09-10 11:58:47 -03:00
Marlon Henry SchweigertandBrendan Forster 3dc70c8fc4 Upgrate to rails 6.0.0 (#3167)
* Upgrate to rails 6.0.0

* Simplify Rails.gitignore
2019-09-10 11:08:25 -03:00
Wes DeanandBrendan Forster aad51433ec Add OpenSSL-related file extensions (#3168)
There are a number of OpenSSL-related file extensions (e.g., .pem, .crt,
etc..) that contain data that are generally best not committed to
repositories.  This file contains several common file extensions that
often correlate to these types of files.
2019-09-10 11:07:52 -03:00
Rolf Vidar HoksaasandBrendan Forster 41ec05833a Update Vim.gitignore (#3169)
.svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
2019-09-10 11:07:19 -03:00
Simon HitzenbergerandBrendan Forster 499ae899e7 Added Simulink cache files (#3148) 2019-08-20 08:49:44 -03:00
Jamie ParkinsonandBrendan Forster c70562c280 Add esp-idf.gitignore (#3150)
* Add esp-idf.gitignore

From https://github.com/espressif/esp-idf-template/blob/master/.gitignore

* Add header comments to esp-idf.gitignore
2019-08-20 08:49:18 -03:00
Mara BosandBrendan Forster 0455041ec4 Add *.sch-bak to KiCad.gitignore (#3153)
Newer versions of KiCad call the schematics backup file `.sch-bak`.
2019-08-20 08:48:18 -03:00
William EntrikenandBrendan Forster 6651bca9c8 Reference why to exclude binary jar, fixes #111 (#3154) 2019-08-20 08:47:38 -03:00
Steven LeeandBrendan Forster e92f8db7a0 Update Autotools.gitignore (#3005)
* Update Autotools.gitignore

Add ignore-rule for Makefiles generated by configure
(directly by config.status)

* Add some descriptive comment.

Add more descriptive comment to explain why Makefile should be ignore.
2019-08-07 09:55:28 -03:00
Antoine CœurandBrendan Forster e00d43a5f5 Improving the documentation of Objective-C and Swift files (#3133) 2019-08-07 09:23:05 -03:00
qogn9daohs1andBrendan Forster a200716606 Ignore gummi previews (#3144) 2019-08-07 09:09:56 -03:00
Max CobbandBrendan Forster 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
NeverMine17andBrendan Forster 20e9638392 Update Godot.gitignore (#3142) 2019-08-07 08:41:57 -03:00
Joshua JonesandBrendan Forster 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œurandBrendan Forster 9df8aa6037 Partial revert of 837181e2f6 (#3132) 2019-07-23 09:14:41 -03:00
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
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
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