aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move 'uVision.gitignore' to the community folderweycen2021-08-201-45/+45
|
* Update uVision.gitignoreChengwei Qiu2021-07-131-3/+4
| | | Add *.lnp, some category adjustments.
* Update uVision.gitignoreChengwei Qiu2021-07-131-7/+14
| | | Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments.
* feat: Add *.iexChengwei Qiu2021-07-081-0/+1
|
* feat: Add template for Keil uVisionweycen2021-07-021-0/+36
|
* Merge pull request #3652 from arthur-targaryen/patch-1Brian Douglas2021-06-091-2/+2
|\ | | | | style(Autotools): remove trailing whitespaces
| * style(Autotools): remove trailing whitespacesArthur2021-02-151-2/+2
| |
* | Merge pull request #3660 from devtimi/patch-1Brian Douglas2021-06-091-1/+1
|\ \ | | | | | | Update Xojo.gitignore for changes to .obsolete
| * | Update Xojo.gitignore for changes to .obsoleteTim Parnell2021-02-211-1/+1
| |/ | | | | Updates the *.obsolete ignore to match datestamped .obsolete items from newer IDE versions.
* | Merge pull request #3755 from Abdulrahman-AlGhamdi/masterBrian Douglas2021-06-091-0/+1
|\ \ | | | | | | Add `.idea/jarRepositories.xml` to Android.gitignore
| * | Add `.idea/jarRepositories.xml` to Android.gitignoreAbdulrahman Al-Ghamdi2021-06-071-0/+1
|/ / | | | | | | | | 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
* | Merge pull request #3647 from thatrobotdev/patch-1Martin Woodward2021-05-251-3/+0
|\ \ | | | | | | Delete fixed workaround for Gradle
| * | Delete fixed workaroundJames Kerrane2021-02-091-3/+0
| |/ | | | | The workaround for https://youtrack.jetbrains.com/issue/IDEA-116898 is fixed now, so we can remove the workaround.
* | Merge pull request #3651 from kachick/node-ignore-envsMartin Woodward2021-05-251-0/+1
|\ \ | | | | | | Ignore `.env.production` in Node.js
| * | Just ignore `.env.production`, avoid to effect for `.env.example`Kenichi Kamiya2021-02-281-1/+2
| | | | | | | | | | | | https://github.com/github/gitignore/pull/3651/files#r576363678
| * | Ignore `.env.*` in Node.jsKenichi Kamiya2021-02-161-1/+1
| |/
* | Merge pull request #3727 from leighmcculloch/patch-1Martin Woodward2021-05-251-3/+0
|\ \ | | | | | | Remove the all files matches from V.gitignore
| * | Remove the all files matches from V.gitignoreLeigh McCulloch2021-05-091-3/+0
| | |
* | | Merge pull request #3731 from Tanddant/masterMartin Woodward2021-05-251-0/+33
|\ \ \ | | | | | | | | Added SPFx (SharePoint Framework) gitignore
| * | | Moved into community folderMartin Woodward2021-05-251-1/+1
| | | |
| * | | Added SPFx (SharePoint Framework) gitignoreDan Toft2021-05-121-0/+33
| |/ /
* | | Merge pull request #3732 from sakurayang/patch-1Martin Woodward2021-05-251-0/+1
|\ \ \ | | | | | | | | add pnpm debug file to Node.gitignore
| * | | add pnpm debug file to Node.gitignoreGerardyang2021-05-121-0/+1
| |/ /
* | | Add template file for Gretl (#3737)Artur Tarassow2021-05-251-0/+8
| | | | | | | | | | | | Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* | | Merge pull request #3739 from callumbwhyte/umbraco-ood-flagMartin Woodward2021-05-251-2/+2
|\ \ \ | |/ / |/| | Excluding ood.flag in all folders for Umbraco gitignore
| * | Excluding odd.flag in all folders for Umbraco gitignoreCallum Whyte2021-05-161-2/+2
|/ /
* | Merge pull request #3662 from KeisukeShima/feature/ROS2Martin Woodward2021-05-091-0/+29
|\ \ | | | | | | Add ROS2 gitignore
| * | Move into community folderMartin Woodward2021-05-091-0/+0
| | |
| * | add COLCON_IGNOREKeisuke Shima2021-02-221-1/+2
| | |
| * | add ROS2 gitignoreKeisuke Shima2021-02-221-0/+28
| |/
* | Merge pull request #3674 from h3xx/autotools-config.cacheMartin Woodward2021-05-091-0/+1
|\ \ | | | | | | Update Autotools.gitignore
| * | Update Autotools.gitignoreDan Church2021-03-101-0/+1
| |/ | | | | | | Add config.cache, generated when using Autotools `./configure -C`.
* | Merge pull request #3684 from AliChraghi/masterMartin Woodward2021-05-091-0/+14
|\ \ | | | | | | Add Vlang Support By Vlang Community
| * | Move Vlang tenmplate into community folderMartin Woodward2021-05-091-1/+1
| | | | | | | | | To start we bring new contributions into the community folder.
| * | Remove .objAli2021-03-251-1/+0
| | |
| * | Add Vlang Support By Vlang CommunityAli2021-03-251-0/+15
| |/
* | Merge pull request #3712 from RyanGlScott/rust-pdbBrian Douglas2021-05-081-0/+3
|\ \
| * | Rust: ignore .pdb filesRyan Scott2021-04-271-0/+3
| |/ | | | | | | | | | | | | | | MSVC builds of Rust on Windows automatically generate `*.pdb` files, which store debugging information. For more information, see: * https://github.com/rust-lang/rustlings/issues/275 * https://locka99.gitbooks.io/a-guide-to-porting-c-to-rust/content/debugging_rust/#microsoft-visual-studio
* | Merge pull request #3686 from tustin2121/tustin2121-vs-changesMartin Woodward2021-05-081-0/+1
|\ \
| * | Add .tlog to the Visual Studio templatetustin21212021-03-261-0/+1
| |/
* | Merge pull request #3689 from Udit8348/iar-technical-noteMartin Woodward2021-05-081-1/+1
|\ \
| * | adds technical note for more infoUdit83482021-03-291-1/+1
| |/
* | Merge pull request #3724 from github/bdougie-patch-1Brian Douglas2021-05-071-2/+1
|\ \ | | | | | | Update Dart.gitignore
| * | Update Dart.gitignoreBrian Douglas2021-05-071-2/+1
|/ /
* | Merge pull request #3092 from sagatowski/twincatBrian Douglas2021-05-071-0/+25
|\ \ | | | | | | Added gitignore-file for Beckhoff TwinCAT3.
| * | After adding the new product "TF3680 - TC3 Filter" as a reference, some new ↵Jakob Sagatowski2020-05-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files were automatically generated after compilation: _ModuleInstall/TcFilter/TwinCAT CE7 (ARMV7)/TcFilterW32.dll _ModuleInstall/TcFilter/TwinCAT CE7 (x86)/TcFilterW32.dll _ModuleInstall/TcFilter/TwinCAT RT (x64)/TcFilter.sys _ModuleInstall/TcFilter/TwinCAT RT (x86)/TcFilter.sys After contacting Beckhoff support, it was concluded that the folder "_ModuleInstall" could be omitted from version control, thus this addition.
| * | As a product of enabling the write of separate LineIDs (described here ↵Jakob Sagatowski2020-01-251-0/+2
| | | | | | | | | | | | https://github.com/tcunit/TcUnit/issues/85) and having a discussion with Beckhoff support, it was concluded that the files "LineIDs.dbg" and "LineIDs.dbg.bak" should not be version controlled, and thus these two are added to the gitignore-file for TwinCAT3.
| * | Clarified *.tmc-files rule.Jakob Sagatowski2019-12-051-0/+3
| | |
| * | Added:Jakob Sagatowski2019-10-141-0/+4
| | | | | | | | | | | | | | | | | | | | | - tmcRefac - project.~u - tsproj.bak - xti.bak (TwinCAT export files backup)
| * | Renamed TwinCAT.gitignore to TwinCAT3.gitignore so it's obvious this is a ↵Jakob Sagatowski2019-07-131-2/+2
| | | | | | | | | | | | gitignore file only applicable for TwinCAT3 and not also TwinCAT2 (which stores everything in a big binary blob).