Commit Graph

2545 Commits

Author SHA1 Message Date
Keir Nellyer 5105ed3af6 Create .gitignore rules for JEnv 2017-05-25 23:48:15 +01:00
Brendan Forster 5d896f6791 Merge pull request #2389 from KoynovStas/Qt_UnitTests
Qt unit tests
2017-05-22 13:42:37 +02:00
Brendan Forster 6c2a70d728 Merge pull request #2391 from jwg4/patch-1
Consolidate all environments in one section
2017-05-22 11:33:31 +02:00
jwg4 252058ed8e Consolidate all environments in one section
Some of these names relate to specific tools, others could be used by multiple tools. In particular, virtualenv, the most popular tool for creating Python environments, does not mandate any of these and venv/ or .venv are simply conventional. It is more readable to group all of these together.
2017-05-22 09:24:44 +00:00
KoynovStas 91ae97083c add object_script to Qt.gitignore
For template rules (modern style) in Qt project file,
this file is autogenerated by qmake.

Example old style (pro file):
SOURCES += src/1.cpp \
           src/2.cpp

Example new style, uses template rules (pro file):
SOURCES += src/*.cpp

qmake auto generate files with list of objects
object_script.*.Debug
object_script.*.Release
2017-05-21 11:06:01 +04:00
KoynovStas ab1e493392 add target_wrapper.* to Qt.gitignore
This file is autogenerated by qmake for run auto(unit) tests.
For Windows: target_wrapper.bat
For Unix: target_wrapper.sh
2017-05-21 10:56:56 +04:00
Brendan Forster 67f633a0df Merge pull request #2388 from KoynovStas/Static_QT
add *_plugin_import.cpp to Qt.gitignore
2017-05-21 13:57:35 +10:00
KoynovStas c65c993f4d add *_plugin_import.cpp to Qt.gitignore
This file is autogenerated by qmake. It imports static plugin classes for
static plugins specified using QTPLUGIN and QT_PLUGIN_CLASS.<plugin> variables.

This file is autogenerated for static build
2017-05-20 16:49:28 +04:00
Brendan Forster dae624c7d4 Merge pull request #2374 from julienshepherd/master
add .appx to VisualStudio.gitignore
2017-05-20 15:07:54 +10:00
julienshepherd 48c2b4f889 Update VisualStudio.gitignore 2017-05-17 21:13:11 +03:00
Brendan Forster 9a3dea4649 Merge pull request #2383 from shiftkey/patch-1
ensure the following ! rules are included
2017-05-15 19:33:55 +10:00
Brendan Forster 699b4a4f33 ensure the following ! rules are included 2017-05-15 19:31:13 +10:00
Brendan Forster 44cbb3686c Merge pull request #2379 from scari/master
Fixed typo
2017-05-12 19:36:02 +10:00
Younggun Kim cb129a174f Fixed typo 2017-05-12 18:08:06 +09:00
Brendan Forster 0a37e32c1d Merge pull request #2375 from vuolter/patch-1
Add stackdump to Windows.gitignore
2017-05-10 18:38:20 +10:00
Walter Purcaro 0618721661 Add stackdump to Windows.gitignore
**Reasons for making this change:**

Ignore the stack dump generated when a program has crashed under Windows.

**Links to documentation supporting these rule changes:** 

http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash
https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962
2017-05-10 09:23:36 +02:00
julienshepherd 841a40d93b add .appx to VisualStudio.gitignore
for .appx files created in the project root directory.
2017-05-09 12:54:22 +03:00
Brendan Forster df6a05e299 Merge pull request #2371 from brettcannon/patch-1
Ignore mypy's cache directory
2017-05-07 11:55:17 +10:00
Brett Cannon 58c2abab2c Ignore mypy's cache directory 2017-05-06 13:30:48 -07:00
Brendan Forster c0c1a480a9 Merge pull request #2359 from Glordim/master
Add moc_*.h in Qt.gitignore
2017-04-24 18:43:33 +10:00
Glordim 8508edef79 Add moc_*.h in Qt.gitignore 2017-04-23 10:12:53 +02:00
Brendan Forster f1eba34347 Merge pull request #2356 from orzechow/microsoft-visio
Edit ignore for Microsoft Visio autosave files to include Office <= 2003
2017-04-20 09:29:05 +10:00
Piotr Orzechowski 433d912914 Edit ignore for Microsoft Visio autosave files to include Office <= 2003 2017-04-19 17:15:22 +02:00
Brendan Forster 01c81930bf Merge pull request #2354 from mkakodkar/patch-1
Added .tgz
2017-04-17 10:10:23 +10:00
Mayank Kakodkar 846064b2b0 Added .tgz 2017-04-16 14:36:41 -04:00
Brendan Forster d4d2c86ccc Merge pull request #2315 from ehannes/fix-magento-sub-dir-exclude
Fixes issue excluding sub directories
2017-04-15 09:58:15 +10:00
Brendan Forster 69592e260a Merge pull request #2316 from gagallo7/patch-1
Allow PakBlacklist-*.txt files inside Build dir in UnrealEngine.gitignore
2017-04-15 09:13:10 +10:00
Brendan Forster 59432254da Merge pull request #2329 from Omarasifshaikh/patch-1
Adding cmake-build-debug
2017-04-15 09:05:42 +10:00
Brendan Forster 0a383b332e Merge pull request #2330 from random82/patch-1
Added .spyproject to ignored paths
2017-04-15 09:05:13 +10:00
Brendan Forster f57304e976 Merge pull request #2162 from chaosdefinition/chaosdefinition-patch-1
[C] ignore versions of kernel module build results
2017-04-04 20:46:50 +10:00
Brendan Forster 8a4f5f5158 Merge pull request #2344 from orzechow/tex-pdfpc
Add pdfpc files to Tex.gitignore
2017-04-03 18:15:54 +10:00
Brendan Forster 2e58c02109 Merge pull request #2343 from ghisvail/patch-1
Ignore mkdocs site directory
2017-04-03 10:13:01 +10:00
Ghislain Antony Vaillant a5a3ccd7c2 Exclude the root site folder only 2017-04-01 08:38:52 +01:00
Piotr Orzechowski 1b5fb77c1c Add pdfpc files to Tex.gitignore
The presentation software pdfpc [1] (which is handy for latex beamer slides) supports additional notes on the secondary screen provided by *.pdfpc files.
These can be autogenerated from latex documents with the pdfpcnotes package [2], thus should be ignored in a latex project (but not in others where they could have been created manually).

[1] https://pdfpc.github.io/
[2] https://github.com/cebe/pdfpc-latex-notes
2017-03-31 19:36:59 +02:00
Ghislain Antony Vaillant 3292124f06 Ignore mkdocs site directory
[mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored.
2017-03-31 09:53:22 +01:00
Brendan Forster 20cd385794 Merge pull request #2337 from spencermathews/fix-macos-icon
Fix macOS Icon
2017-03-29 10:56:40 +11:00
Brendan Forster 978c9be98c Merge pull request #2336 from raeglan/patch-1
.project and .classpath should be inside VC
2017-03-29 08:53:31 +11:00
Spencer Mathews c02a4743f9 Add two CR characters to ignore Icon? 2017-03-28 14:42:51 -07:00
Spencer Mathews d0d432aa8d Change macOS to UNIX line endings 2017-03-28 14:32:40 -07:00
Rafael Miranda 0674ff5b5c .project and .classpath should be inside VC
From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F
2017-03-28 09:22:28 +02:00
Brendan Forster 2c0cb52a67 Merge pull request #2331 from cptaffe/master
Rails gitignore misuses double-asterisk
2017-03-24 09:38:54 +11:00
Connor Taffe 811b3a6998
Double-asterisk misuse
`**.` is invalid
2017-03-23 11:09:50 -05:00
Dominik Raniszewski cae82a19fb Added .spyproject to ignored paths
Looks like Spyder 3.1 uses .spyproject folder to store workspace config
2017-03-21 12:06:48 +11:00
Omar Shaikh 4148e0c152 Adding cmake-build-debug 2017-03-19 23:20:15 -07:00
Brendan Forster 35c010258f Merge pull request #2321 from matt40k/patch-1
Add ignore for Secondary data files
2017-03-14 09:59:10 +10:30
Matt Smith 5ac1b183ac Add ignore for Secondary data files
Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)
2017-03-13 10:13:39 +00:00
Brendan Forster ae325bcd85 Merge pull request #2319 from kevmoo/patch-1
Drastically simplify .gitignore for Dart
2017-03-13 08:44:35 +08:00
Brendan Forster a0b4a6948e Merge pull request #2320 from Cantido/master
Add Cursive's REPL history file
2017-03-13 08:43:55 +08:00
Robert Richter 8e85b39340
Add Cursive's REPL history file
**Reasons for making this change:**

The file `replstate.xml` contains the history of the Clojure REPL
that Cursive adds to IntelliJ. Obviously that's user-specific,
and not relevant to other users.

**Links to documentation supporting these rule changes:**

This file is not well-documented, but in cursive-ide/cursive#1325,
the Cursive developers state that this is the REPL history file,
and that deleting it is acceptable troubleshooting if it's
causing trouble.
2017-03-12 11:37:13 -05:00
Brendan Forster a719cf1ad3 Merge pull request #2318 from bbodenmiller/patch-3
remove extra line
2017-03-12 12:25:06 +08:00