James Ko
feeb9aa628
Update VisualStudio.gitignore
2017-07-30 15:57:56 -04:00
Brendan Forster
065e152d02
Merge pull request #2442 from sorabito/Updated_Smalltalk_gitignore
...
Updated Smalltalk.gitignore
2017-07-30 11:52:00 -03:00
Sho Yoshida
e1bdd2b14d
Updated Smalltalk.gitignore
2017-07-30 21:36:09 +09:00
James Ko
3575f11b0c
Remove TODO from VS.gitignore
2017-07-29 20:27:45 -04:00
Lasse Meyer
33718ca1c0
Update JetBrains.gitignore.
...
- Ignore all cmake build directories, not just debug.
2017-07-29 00:11:12 +02:00
Brendan Forster
4db4bb6e20
Merge pull request #2437 from koppor/patch-5
...
JetBrains: out/ ignored recursively
2017-07-26 09:55:18 -03:00
Oliver Kopp
435c4d92ea
JetBrains: out/ ignored recursively
2017-07-26 09:57:33 +02:00
Brendan Forster
f5a79481a7
Merge pull request #2384 from King66/master
...
fix Prestashop.gitignore error
2017-07-25 08:21:38 -03:00
Brendan Forster
57550c4eaf
Merge pull request #2434 from RyanGlScott/patch-1
...
Ignore .ghc.environment.*
2017-07-24 09:20:21 -03:00
Ryan Scott
cc94cfc7e9
Ignore .ghc.environment.*
2017-07-20 08:30:45 -07:00
Chris S
b19efa92af
Update Terraform.gitignore
...
Added .tfvars file so for example AWS credentials aren't committed.
2017-07-14 12:22:39 +01:00
Nikita Sobolev
ca039e602d
Updates Elixir gitignore file
...
Official `elixir`'s `gitignore` after running `mix new` contains these two lines:
> # Where 3rd-party dependencies like ExDoc output generated docs.
> /doc
> # Ignore .fetch files in case you like to edit your project deps locally.
> /.fetch
They are missing at the moment.
2017-07-08 15:48:59 +03:00
Danila Piatov
2bb963b16a
.DS_Store is a file name, not an extension
2017-07-06 20:10:05 +02:00
Niklas Holm
2e94cf6baf
Add extended DVI (XDV) to TeX.gitignore
2017-06-26 17:57:23 +02:00
Søren Gregersen
6b9cd7cd90
Added link to source
2017-06-26 10:36:49 +02:00
jwg4
1ee9409e83
Add env.bak, re-arrange
2017-06-21 15:45:53 +00:00
jwg4
86db3967f8
Add venv.bak - created by terrarium
...
Terrarium backs up old virtual environments by moving them to this dir.
2017-06-21 15:42:05 +00:00
Brendan Forster
8edb8a95c4
Merge pull request #2413 from yannduran/tabs-studio
...
Add Tabs Studio files to VisualStudio.gitignore
2017-06-10 14:59:31 -03:00
Brendan Forster
ebeaf40e66
Merge branch 'master' into tabs-studio
2017-06-10 14:58:34 -03:00
Yann Duran
f50f39c3a2
Add Tabs Studio files to VisualStudui.gitignore
2017-06-10 10:15:38 +10:00
Brendan Forster
2a2e34e6fc
Merge pull request #2411 from AmadeusW/amadeusw/benchmarkdotnet
...
Adds BenchmarkDotNet.Artifacts to VisualStudio.gitignore
2017-06-09 09:19:14 -03:00
Amadeusz Wieczorek
466b5f992d
Adds BenchmarkDotNet.Artifacts to VisualStudio.gitignore
2017-06-08 23:12:57 -07:00
Antoine Cœur
81d78706fa
clarifying when ignoring is not required
2017-06-08 14:14:58 +08:00
Brendan Forster
9f847e5859
Merge pull request #2407 from utkonos/master
...
Optionally add log files to Vagrant and improve file's comments
2017-06-06 10:34:14 -03:00
Robert Simmons
ed9f8139c1
Optionally add log files to Vagrant and improve file's comments
2017-06-06 01:07:12 -04:00
Brendan Forster
7af8eea00b
Merge pull request #2401 from utkonos/master
...
Fix capitalization and spacing of comments
2017-05-31 14:32:04 -03:00
Robert Simmons
9322d165f3
Fix capitalization and spacing of comments
2017-05-31 12:16:02 -04:00
Brendan Forster
30e75b6caa
Merge pull request #2395 from iKeirNez/jenv
...
Create .gitignore rules for JEnv
2017-05-30 08:07:53 -03:00
Shiwei Sun
6d5d7e0c96
add MANIFEST to Python.gitignore
...
add MANIFEST which is GENERATED by distutils
Reasons for making this change:
if you use distutils.core to setup, the file MANIFEST is generated by distutils when run 'python setup.py sdist'
2017-05-26 16:30:51 +08:00
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
King
7a6202b6d5
Update Prestashop.gitignore
...
this commit is optional, for good-looking
2017-05-15 17:48:05 +08:00
King
0e332b6d81
Update Prestashop.gitignore
2017-05-15 17:45:43 +08: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