1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 05:37:57 +02:00
Commit Graph

2654 Commits

Author SHA1 Message Date
Thi Minh Nhựt
825714ceda Add *.sta (standalone packages) for TeX (#2484) 2017-11-29 12:00:43 +11:00
Sadhan Sarma
3650f47569 added logs and devel directories to .gitignore (#2497) 2017-11-29 11:52:56 +11:00
Caio Proiete
9e0c53270a Add sccprj/ folder to global MATLAB.gitignore (#2493) 2017-11-29 11:51:55 +11:00
Chris Mower
28372f7d3b TeX.gitignore modification for Emacs users (#2491)
* without . the auto directory is still considered for commits

* small addition that ensures all Emacs-Lisp files (.el files) are ignored
2017-11-29 11:51:19 +11:00
Denis Peshkov
65b8b3b6fe Update VisualStudio.gitignore (#2510)
* Update VisualStudio.gitignore
2017-11-29 11:47:25 +11:00
Brendan Forster
f051f25ceb
Merge pull request #2513 from lushc/feature/ignore-vendors
Revert "Remove Composer's file and directory."
2017-11-29 11:46:40 +11:00
Brendan Forster
3f70a17b61
Merge pull request #2505 from bndw/go-remove-glide
Remove .glide/ ignore
2017-11-29 11:45:17 +11:00
Brendan Forster
8165fb87b4
Merge pull request #2516 from ButchDean/master
Ignore Visual Studio 2017 C++ app generated files.
2017-11-29 11:43:42 +11:00
Brendan Forster
5b7484e422
Merge pull request #2524 from halbich/unreal-plugins-directories
UnrealEngine - Include Plugins folder
2017-11-29 11:40:23 +11:00
Pavel Halbich
dc559d66a2 Include Plugins folder 2017-11-24 00:08:29 +01:00
Brendan Forster
b3ae3810f8
Merge pull request #2517 from Noctis-/patch-1
Update comment
2017-11-20 13:15:47 +11:00
Brendan Forster
8d9fec1294
Merge pull request #2519 from xeoneux/patch-1
Update VisualStudio.gitignore
2017-11-18 11:17:15 +11:00
Aayush Kapoor
91c39c4151
Update VisualStudio.gitignore 2017-11-17 21:51:29 +05:30
Noctis-
bc18e2f16f
Update comment 2017-11-16 09:09:25 +10:00
Dean Butcher
238d3a6861 Ignore Visual Studio 2017 generated files. 2017-11-14 21:57:28 -04:00
Chris Lush
33f2a7108f Revert "Remove Composer's file and directory."
This reverts commit 5b83681411.
2017-11-09 15:35:03 +00:00
Brendan Forster
fad7792207
Merge pull request #2512 from jsoref/spelling
Spelling
2017-11-08 12:47:52 +11:00
Josh Soref
657c2b3a1f spelling: utils 2017-11-08 01:20:10 +00:00
Josh Soref
887051cabf spelling: intellij 2017-11-08 01:16:31 +00:00
Brendan Forster
9da1b5d8ce
Merge pull request #2509 from hantuzun/patch-1
Update Terraform.gitignore
2017-10-30 09:36:49 +11:00
Brendan Forster
c0759731e2
Merge pull request #2506 from cliffordp/patch-1
Fix link to go to current anchor
2017-10-30 09:32:35 +11:00
Han Tuzun
dca471d597
Update Terraform.gitignore
Improvements: 

 * `.terraform` directories could be created in any subdirectory when user runs `terraform init`.
 * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or  `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern.
 * `*.tfvars` files often contain private data and not supposed to be committed.
2017-10-29 22:26:00 +02:00
Clifford
ca57c447a3
Fix link to go to current anchor 2017-10-27 17:55:29 -05:00
bndw
3bb1ab44b3 Remove .glide/ ignore
This was a workaround for https://github.com/Masterminds/glide/issues/736

Signed-off-by: bndw <benjamindwoodward@gmail.com>
2017-10-23 22:43:41 -07:00
Brendan Forster
982268df04 Merge pull request #2504 from Yousha/master
Windows.gitignore - Change desktop.ini to [Dd]esktop.ini
2017-10-23 20:25:34 +10:00
Yousha Aleayoub
b9efdd7d94 Change desktop.ini to [Dd]esktop.ini 2017-10-23 11:37:18 +03:30
Brendan Forster
d0b1f7fef9 Merge pull request #2503 from synepis/patch-1
Ignore Nuget package directory name casing
2017-10-19 11:25:34 +11:00
synepis
301da25ffd Ignore Nuget package directory name casing
It looks like VS2017 changed it's nuget package directory name to be capitalized.
When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing.
2017-10-18 14:38:08 +01:00
Brendan Forster
71b493f5df Merge pull request #2501 from flowonyx/patch-1
Fixed typos in README.md
2017-10-16 12:49:09 +11:00
flowonyx
c4fb255a8d Fixed typos in README.md
There were just a couple of typos in the README that I fixed.
2017-10-16 01:42:37 +02:00
Brendan Forster
5f15ed83c7 Merge pull request #2496 from malhobayyeb/comment-out-android-keys
Commenting out Android keystore files
2017-10-09 13:51:27 +11:00
Mohammad Alhobayyeb
77145f787f Commenting out Android keystore files
Android keystore files are critical and losing them is destructive.

They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository.
2017-10-08 10:52:58 +03:00
Brendan Forster
7792e50dae Merge pull request #2482 from jimbob7198/patch-1
Add exclusion of Visual Studio trace files (*.e2e)
2017-09-21 12:07:22 +10:00
Brendan Forster
2ec038e578 Merge pull request #2464 from Cadmus/master
updated static and media files in django section
2017-09-21 12:05:35 +10:00
jimbob7198
54fbcf0e8d Add exclusion of Visual Studio trace files (*.e2e) 2017-09-20 16:05:57 +01:00
Brendan Forster
df7b36ca76 Merge pull request #2480 from Ckins/master
Update Autotools.gitignore
2017-09-20 13:26:00 +10:00
KINSANG CHING
cf91e98459 Update Autotools.gitignore
add files generated by the autotool m4.
2017-09-20 10:37:54 +08:00
Brendan Forster
ba36ec3054 Merge pull request #2477 from Ckins/patch-1
Update OCaml.gitignore
2017-09-17 09:10:45 +08:00
KINSANG CHING
14a95b9bcb Update OCaml.gitignore
Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common
2017-09-15 12:45:14 +08:00
Brendan Forster
6326792165 Merge pull request #2475 from Ayase-252/master
Fix failure to ignore Simulink autosave files
2017-09-13 08:47:23 +10:00
Brendan Forster
3b0bf9d4d3 Merge pull request #2474 from Ebola16/master
Remove double-spaced lines
2017-09-12 19:58:21 +10:00
Qingyu Deng
1776050f70 Fix failure to ignore simulink autosave file
`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.
2017-09-12 14:59:52 +08:00
Ryan Meredith
a085c7da43 Remove double-spaced lines 2017-09-12 01:29:04 -04:00
Brendan Forster
9385cd8288 Merge pull request #2328 from jpdillingham/opencover-visualstudio
Add exclusion for OpenCover UI results
2017-09-09 11:44:25 +10:00
Brendan Forster
169796e554 Merge pull request #2332 from alnassre/patch-1
ignore logs on /administrator/logs/*
2017-09-09 11:43:55 +10:00
Brendan Forster
60c74a6fcf Merge pull request #2410 from Coeur/patch-2
clarifying when ignoring is not required
2017-09-09 11:28:52 +10:00
Brendan Forster
211cd81a69 Merge pull request #2416 from jwg4/patch-2
Add names of backup folders created by terrarium
2017-09-09 11:27:49 +10:00
Brendan Forster
7f9ac08feb Merge pull request #2397 from weinihou/master
add MANIFEST to Python.gitignore
2017-09-09 11:25:05 +10:00
Brendan Forster
8a2d36e7a3 Merge pull request #2420 from niklasholm/master
Add extended DVI (XDV) to TeX.gitignore
2017-09-09 11:15:33 +10:00
Brendan Forster
ab4dfee322 Merge pull request #2425 from sobolevn/patch-1
Updates Elixir gitignore file
2017-09-09 11:12:10 +10:00