Commit Graph

3329 Commits

Author SHA1 Message Date
Sean Nixon 766cf0c10f Add crash.log to Packer.gitignore (#3230)
If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control.
2019-11-08 17:00:59 -04:00
Matthew cedf2d1e99 JustCode has been discontinued as the features it provided are now included in Visual Studio 2017 and newer. (#3227) 2019-11-07 08:22:32 -04:00
Yousha Aleayoub 3794768510 Update Archives.gitignore (#3220) 2019-10-31 09:37:14 -03:00
Karl Horky 2644536a24 Comment out / add note about conflicting gitignore lines (#3204)
* Remove conflicting gitignore lines, add reference

Ref (introduction of a new "public" folder in Next.js):
https://nextjs.org/blog/next-9-1#public-directory-support

* Improve solution to conflicting files
2019-10-24 13:31:35 -03:00
Roman a14296fa82 IPython support for jupyter-notebook gitignore files (#3211) 2019-10-23 08:40:55 -03:00
Jakob Sagatowski 414be70b39 Added:
- tmcRefac
- project.~u
- tsproj.bak
- xti.bak (TwinCAT export files backup)
2019-10-14 07:45:54 +02:00
Jens Kürschner 21419e391a Update to Global/VisualStudioCode (#3201)
Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences.
2019-10-10 14:32:23 -03:00
Miklós Márton 475f63beb5 Add versioned so files extension to Qt.gitignore (#3186)
Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git.
2019-10-09 10:42:31 -03:00
Miklós Márton b912aead4e Add qmake generated prl files to Qt.gitignore (#3187) 2019-10-09 10:24:27 -03:00
Skye Shaw baf13553d0 Ruby: ignore RuboCop remote inherited config files (#3197) 2019-10-04 09:19:47 -03:00
Oliver Kopp e95b1be4c6 Add apt_generated_test/ (#3193) 2019-10-03 10:35:42 -03:00
MCSH fb4019a717 Added tern-port (#3195) 2019-10-03 10:32:51 -03:00
Richie Bendall 086eacaaa2 feat: Add microbundle cache (#3116) 2019-09-21 13:13:14 -03:00
Omer Katz 3b445ebb92 Ignore coverage annotations reports. (#3131) 2019-09-20 12:59:50 -03:00
Jordan Zucker e9bffd23be Added new checksums and allows for relative directories (#3128) 2019-09-20 12:59:19 -03:00
Paul Smith 26c3d8407c [VisualStudio] add Logs folder (#3143)
* Adding ignore rule for temporary office files.

* Adding Logs folder to ignore file.

* Revert "Adding ignore rule for temporary office files."

This reverts commit f6f191b128.
2019-09-20 12:58:22 -03:00
Miklós Márton a55ad7687a Add generated translations to the .gitignore (#3159)
The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated.
2019-09-20 12:55:19 -03:00
Mohsen Mirhoseini 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é 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 Adel 0a7dc39616 Ignore GatsbyJS files (#3180) 2019-09-16 09:21:44 -03:00
Akito13 85bf08b19a Updated Nim.gitignore (#3172)
* added further cache directory
* added auto-generated documentation location
2019-09-10 11:58:47 -03:00
Marlon Henry Schweigert 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 Dean 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 Hoksaas 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 Hitzenberger 499ae899e7 Added Simulink cache files (#3148) 2019-08-20 08:49:44 -03:00
Jamie Parkinson 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 Bos 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 Entriken 6651bca9c8 Reference why to exclude binary jar, fixes #111 (#3154) 2019-08-20 08:47:38 -03:00
Steven Lee 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œ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
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
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
Jakob Sagatowski c992170f39 Added gitignore-file for Beckhoff TwinCAT. 2019-06-22 15:00:35 +02: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