Commit Graph

3572 Commits

Author SHA1 Message Date
Brian Douglas 4beee3e113 Merge pull request #3771 from hecon5/AddSpecsIntact
Adding in support for Nasa SpecsIntact
2021-08-17 22:52:29 -07:00
Brian Douglas de998693ab Merge pull request #3775 from michael-orzel/patch-1
Add period and capitalized letter for formatting
2021-08-17 22:27:54 -07:00
wc7086 69f2ca026d KiCad: add *-backups
>A note about backup files
One other notable change is that the backup file system has been removed. This was the system that would create kicad_sch-bak and kicad_pcb-bak files every time you save. The short story about why this is removed is that with recent changes to the way file saving works, it should no longer be possible for files to be corrupted if KiCad crashes during a save, and the generation of these backup files was seen by many users as annoying clutter. For more context about this decision, you can read the [thread on the developers mailing list](https://lists.launchpad.net/kicad-developers/msg44067.html).

>An new backup system that properly backs up the whole project (see the [GitLab issue](https://gitlab.com/kicad/code/kicad/-/issues/4763)) has been implemented to replace this feature. As always when using nightly builds, back up your files separately in case a KiCad bug breaks the built-in backup system.

https://forum.kicad.info/t/new-project-file-format/23705
2021-08-15 08:52:06 +08:00
Robert C. Maehl 9a050f70af Update AutoIt.gitignore 2021-08-06 13:07:18 -04:00
Robert C. Maehl 823c26086a Create AutoIt.gitignore
This is a gitignore template for the AutoIt v3 Language. This tool automatically excludes files created by some of it's tools such as automated backups.
2021-08-04 14:38:20 -04:00
Dirk Seefeld a81591327a allow packages path 2021-07-30 19:12:28 +02:00
Dirk Seefeld f1484992a3 even more files could be ignored 2021-07-30 18:55:40 +02:00
Alexander 0a4b1bde2b Create .gitignore for Flax Engine 2021-07-29 11:47:29 +06:00
Jamie Lendrum b2fae2dd0f Add RStudio Connect folder to R gitignore
https://community.rstudio.com/t/should-i-include-the-rsconnect-folder-to-gitignore/98237
2021-07-22 12:05:41 +01:00
Seth Falco 9792c3836b VisualStudioCode: ignores built vscode extensions 2021-07-20 22:53:22 +02:00
ShinProg (Logan Tann) 44a9c3ebda fixes CodeIgniter.gitignore deleting a critical system file
After spending a lot of time finding why my app won't run, just noticed that the gitignore I copied introduced a deletion/ignore rule of an internal folder used by the framework.
The current gitignore file deletes the folder `/system/Cache/*` and causes the following error when running the App from the CLI or the web server : `Class "CodeIgniter\Cache\CacheFactory" not found `; making the app unable to run.

I added the following rule to fix this : `!system/Cache/*`.

Note : this won't fix the bug if the system folder is renamed
2021-07-17 14:19:06 +02:00
Mukesh Sharma bb1c0fa139 Ignore crash.log and crash.*.log files generated by Terraform debugging 2021-07-13 22:41:47 +12:00
Mukesh Sharma e2a1bb8ee2 Added wildcard to crash.log because the newer versions of Terraform creates crash log with random numbers in between example crash.105189318.log 2021-07-13 22:32:32 +12:00
Chengwei Qiu e60515a4b2 Update uVision.gitignore
Add *.lnp, some category adjustments.
2021-07-13 11:29:21 +08:00
Chengwei Qiu af9d6ae6ea Update uVision.gitignore
Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
2021-07-13 11:17:32 +08:00
GrpeApple 1a84870ad7 Remove trailing whitespace 2021-07-11 13:03:23 +08:00
Dirk Seefeld 648f778196 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	Umbraco.gitignore
2021-07-09 11:35:51 +02:00
Dirk Seefeld 75050167fd add Umbraco excludes for version 9 / .Net 5 (Core) 2021-07-09 11:26:37 +02:00
Chengwei Qiu d80f0fe453 feat: Add *.iex 2021-07-08 15:08:57 +08:00
weycen 956fd0f7dd feat: Add template for Keil uVision 2021-07-02 16:30:06 +08:00
Michael Orzel 87aaa50bcb Add period and capitalized letter for formatting 2021-07-01 10:50:20 -04:00
Hecon5 d9caa61ceb Adding in support for Nasa SpecsIntact 2021-06-23 11:24:29 -04:00
Erik-Jan Westendorp cfd330ff8b Update Umbraco.gitignore
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-15 16:47:51 +02:00
Erik-Jan Westendorp 10d9c15458 Add media folder to umbraco.gitignore 2021-06-15 16:34:35 +02:00
Parsa 1503b47796 Revert #3706
Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.
2021-06-12 14:49:35 +04:30
Brian Douglas 991e760c1c Merge pull request #3652 from arthur-targaryen/patch-1
style(Autotools): remove trailing whitespaces
2021-06-09 21:32:08 -07:00
Brian Douglas b229a6b917 Merge pull request #3660 from devtimi/patch-1
Update Xojo.gitignore for changes to .obsolete
2021-06-09 21:30:08 -07:00
Brian Douglas 6b9f02ead2 Merge pull request #3755 from Abdulrahman-AlGhamdi/master
Add `.idea/jarRepositories.xml` to Android.gitignore
2021-06-09 21:19:59 -07:00
Abdulrahman Al-Ghamdi 25d6008c28 Add .idea/jarRepositories.xml to Android.gitignore
The file `.idea/jarRepositories.xml` should be added to .gitignore. 
It is auto-generated and has only redundant information about remote jar repositories.
* https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo
2021-06-07 11:32:20 +03:00
Vincent Lafeychine 68f7db42df GNU plot ignored in TeX.gitignore 2021-06-03 19:48:49 +00:00
Doug Mead 6c4941a138 Added header 2021-06-02 12:54:29 -06:00
Doug Mead 2828d5ad82 Added LensStudio.gitignore (Ted Brown) 2021-06-02 12:48:49 -06:00
Martin Woodward 3bb7b4b767 Merge pull request #3647 from thatrobotdev/patch-1
Delete fixed workaround for Gradle
2021-05-25 14:22:36 +01:00
Martin Woodward d0f978135b Merge pull request #3651 from kachick/node-ignore-envs
Ignore `.env.production` in Node.js
2021-05-25 12:00:57 +01:00
Martin Woodward af57584132 Merge pull request #3727 from leighmcculloch/patch-1
Remove the all files matches from V.gitignore
2021-05-25 11:55:00 +01:00
Martin Woodward 2ee4656dd8 Merge pull request #3731 from Tanddant/master
Added SPFx (SharePoint Framework) gitignore
2021-05-25 11:45:53 +01:00
Martin Woodward f308ca341d Moved into community folder 2021-05-25 11:44:57 +01:00
Martin Woodward e7231f28d9 Merge pull request #3732 from sakurayang/patch-1
add pnpm debug file to Node.gitignore
2021-05-25 11:42:38 +01:00
Artur Tarassow 77848c3879 Add template file for Gretl (#3737)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-25 11:25:21 +01:00
Martin Woodward 11c070911c Merge pull request #3739 from callumbwhyte/umbraco-ood-flag
Excluding ood.flag in all folders for Umbraco gitignore
2021-05-25 11:19:46 +01:00
Ícaro Lima bfb5f318de Update Unity.gitignore 2021-05-23 11:08:58 -03:00
Aaron Franke 20fdee2f41 Add .godot/ folder to Godot.gitignore for Godot 4 2021-05-16 15:46:38 -04:00
Callum Whyte 82fca3b67b Excluding odd.flag in all folders for Umbraco gitignore 2021-05-16 19:35:36 +01:00
Gerardyang 346dd74788 add pnpm debug file to Node.gitignore 2021-05-12 23:18:59 +08:00
Dan Toft f3483b0072 Added SPFx (SharePoint Framework) gitignore 2021-05-12 10:56:57 +02:00
Leigh McCulloch 8713694f2f Remove the all files matches from V.gitignore 2021-05-09 12:24:38 -07:00
Martin Woodward b2ccc4644b Merge pull request #3662 from KeisukeShima/feature/ROS2
Add ROS2 gitignore
2021-05-09 14:42:59 +01:00
Martin Woodward b3fe09bd7d Move into community folder 2021-05-09 14:41:47 +01:00
Martin Woodward f0c2d8d943 Merge pull request #3674 from h3xx/autotools-config.cache
Update Autotools.gitignore
2021-05-09 14:32:14 +01:00
Martin Woodward e68679e30c Merge pull request #3684 from AliChraghi/master
Add Vlang Support By Vlang Community
2021-05-09 09:02:43 +01:00