Commit Graph

2867 Commits

Author SHA1 Message Date
Peter b7477e9c1b
KiCad .gitignore library fix
We shouldn't ignore -cache.lib files, because it causes missing components in your schema

http://kicad-pcb.org/help/file-formats/ specifically mentions this:

> `-cache.lib`: …​ a local copy of all the symbols used in the corresponding schematic, so that when the folder containing a KiCad project is copied to a different PC, the schematic can still be opened and printed and will still look the same as the original draughtsperson intended - even if that other PC does not have those symbols in its main libraries (or has symbols that coincidentally have the same name but are completely different).
2018-08-16 04:25:13 +02:00
Brendan Forster ea28c14da0
Merge pull request #2751 from fidmor89/patch-1
Update Swift.gitignore
2018-08-10 10:19:20 -03:00
Brendan Forster 74b2f95a14
Merge pull request #2775 from TheGamingBook/ignore-logs-symfony4
Ignore logs for Symfony4
2018-08-10 10:13:43 -03:00
Brendan Forster 4bf58ca06d
Merge pull request #2758 from iSWORD/patch-1
updated jetbrains gitignore to ignore contentModel
2018-08-10 09:58:58 -03:00
Brendan Forster bc4f399df4
Merge pull request #2739 from jayvdb/diff-files
New template for diff files
2018-08-10 09:58:08 -03:00
Stefan Krnajski 4274a6d32d Ignore logs for Symfony4
Source: https://symfony.com/doc/master/logging.html
Under Where Logs are Stored, added since Symfony 4.0
2018-08-08 22:39:04 +02:00
Brendan Forster 5a7a3cddf3
Merge pull request #2772 from fabiofdsantos/patch-1
Update Laravel.gitignore
2018-08-07 10:32:28 -03:00
Fábio Santos 394704b6a7
Update Laravel.gitignore 2018-08-06 14:51:56 +01:00
Brendan Forster cb0a95c36f
Merge pull request #2769 from BlackStarX42/master
Fixing MIDL header file pattern for Visual Studio
2018-08-03 08:11:46 -03:00
Matthias Schäfer a3b7954a02 Fixing MIDL header file pattern for Visual Studio
_i.h given in 799ee6b79e1d32f49ded6683b5364017fd4ee0a5#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong
2018-08-03 12:52:19 +02:00
Brendan Forster 300be202df
Merge pull request #2768 from ofthelit/master
Ignore files from Local History plug-ins
2018-08-01 07:58:16 -03:00
ofthelit 3674716af1
Ignore files from Local History plug-ins
Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version. It is a solution situated between version control and undo/redo of history, available by default in Eclipse and IntelliJ IDEs.
https://marketplace.visualstudio.com/items?itemName=AronDCurzon.LocalHistoryforVisualStudio
https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio
2018-08-01 12:29:58 +02:00
Brendan Forster 967cd64793
Merge pull request #2762 from EmreAtes/patch-1
Add configure logs
2018-07-10 15:41:50 -03:00
Emre Ates 789c4cca6d
Add configure logs
These files are created when running `autoreconf`; however they don't need to be added to version control.
2018-07-10 11:11:29 -04:00
Brendan Forster ca0d1e9ddc
Merge pull request #2759 from AndyHee/master
Update TeX.gitignore
2018-07-05 09:11:04 -03:00
Andy H3 5cd48ab642
Update TeX.gitignore 2018-07-05 11:37:53 +07:00
Andy H3 197804c87e
Update TeX.gitignore
Added LyX editor backup file extension: i,e .lyx~
2018-07-05 11:36:02 +07:00
Brendan Forster cd872a98f0
Merge pull request #2738 from jayvdb/patch-artifacts
Patch artifacts
2018-07-04 15:02:43 -03:00
Muhannad Ajjan (INACTIVE) e9abf595a3
updated jetbrains gitignore to ignore contentModel
contentModel.xml is automatically generated and can be safely ignored.

Source: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000661950-A-lot-of-files-in-contentModel-xml?page=1#community_comment_115000538984
2018-07-04 15:11:37 +02:00
Brendan Forster 6cd6c885ed
Merge pull request #2747 from bamapookie/patch-2
JetBrains: Optional excludes for auto-import
2018-07-02 15:37:04 -03:00
Shawn Kovalchick bb1c447d54
Separate module directory from project iml exclude 2018-07-02 13:50:02 -04:00
Fidel Esteban Morales Cifuentes 12f63fc752
Update Swift.gitignore
Adding Code Injection
2018-06-30 20:18:50 -06:00
Brendan Forster 65cdade873
Merge pull request #2748 from fidmor89/patch-1
Update Swift.gitignore
2018-06-30 11:04:41 -03:00
Brendan Forster 39e1fddb21
Merge pull request #2749 from fidmor89/patch-2
Update Objective-C.gitignore
2018-06-30 11:02:17 -03:00
Fidel Esteban Morales Cifuentes a03e8ef723
Update Objective-C.gitignore
Adding a comment in case one wants to ignore .xcworkspace
2018-06-29 17:15:06 -06:00
Fidel Esteban Morales Cifuentes 0b4386a2fa
Update Swift.gitignore
Adding a comment in case one wants to ignore .xcworkspace
2018-06-29 17:02:16 -06:00
Shawn Kovalchick 84557f4423
Remove duplicate libraries entry 2018-06-29 14:54:03 -04:00
Shawn Kovalchick 468a00afc9
JetBrains: Optional excludes for auto-import
Add extra commented section to use when using Gradle or Maven auto-import.
These are mentioned in the original reference for optional excludes (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839).
If this would be better as a separate, non-commented ignore file, let me know and I will resubmit.
2018-06-29 08:50:57 -04:00
Brendan Forster 9931a06077
Merge pull request #2744 from olets/craft
update Craft CMS gitignore to follow Craft team's recommendations
2018-06-28 09:04:21 -03:00
Henry Bley-Vroman d4ed02174d Craft: update to follow official recs; add 'not necessary in v3' note 2018-06-21 22:25:43 -04:00
Brendan Forster 320a610b9f
Merge pull request #2153 from briandfoy/master
A new template for Perl 6
2018-06-21 11:39:11 -03:00
Brendan Forster 5db84d2431
Merge pull request #2658 from gzm55/master
maven-wrapper.jar can be removed from the source
2018-06-19 08:17:31 -03:00
James Z.M. Gao d8234bb84b
maven-wrapper.jar should be ignored 2018-06-19 10:03:07 +08:00
Brendan Forster 035de6f14e
Merge pull request #2736 from codethirteen/patch-1
Updated for Codekit 3
2018-06-18 13:37:13 -03:00
Brendan Forster 45c564b420
Merge pull request #2741 from jayvdb/de-exact-dup
Remove exact duplicates in the same file
2018-06-18 08:14:16 -03:00
Brendan Forster 253a9a123f
Merge pull request #2740 from jayvdb/dup-autom4te
Autotools: De-duplicate autom4te entry
2018-06-18 08:13:27 -03:00
Brendan Forster f6af2a3888
stub a placeholder Travis config 2018-06-18 07:48:14 -03:00
John Vandenberg f1b9dc3b59 GWT: Remove duplicate entry
Duplicate added amongst additions in e2caec17
2018-06-18 12:38:20 +07:00
John Vandenberg 7c7821d4e8 Eagle: Remove duplicate entry
Duplicate added amongst additions in de2539a72
2018-06-18 12:35:46 +07:00
John Vandenberg fcb1dbf35d Revert "add the *.VC.db to unreal engine ignore"
This reverts commit 548fb984f7.
2018-06-18 12:32:46 +07:00
John Vandenberg 0a79a25cc5 Revert "adding exception for *.spl from elsarticle.cls"
This reverts commit d878f04545.
2018-06-18 12:31:31 +07:00
John Vandenberg c24cdc2175 Autotools: De-duplicate autom4te entry 2018-06-18 12:19:22 +07:00
John Vandenberg f6fa01ee0d New file for diff files 2018-06-18 11:33:48 +07:00
John Vandenberg b34c1e33e2 New file for artifacts of patch 2018-06-18 11:22:44 +07:00
John Vandenberg 5f9c70b4bf Backup: Add *.orig 2018-06-18 11:20:48 +07:00
Brendan Forster 3dd4aefc2c
Merge pull request #2570 from justinhartman/patch-5
New template file for Backup file formats
2018-06-17 19:29:36 -03:00
Brendan Forster 0bce621465
Merge pull request #1646 from josefglatz/TYPO3-improvements
[Typo3] assorted changes
2018-06-17 16:06:06 -03:00
Brendan Forster f740104300
Merge pull request #2439 from meyerlasse/master
Update JetBrains.gitignore.
2018-06-17 15:58:22 -03:00
Brendan Forster 4a70ab04f5
Merge branch 'master' into master 2018-06-17 15:58:02 -03:00
Brendan Forster 4f1015cedf
Merge pull request #2560 from TennyZhuang/patch-2
Ignore parcel-bundler cache
2018-06-17 15:56:39 -03:00