Skip to content

Commit d08fbbd

Browse files
committed
Merge branch 'master' of https://github.com/github/gitignore
2 parents 6f6c2ea + c160ad9 commit d08fbbd

File tree

8 files changed

+13
-6
lines changed

8 files changed

+13
-6
lines changed

CSharp.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ x64/
3232
*.tli
3333
*.tlh
3434
*.tmp
35+
*.log
3536
*.vspscc
3637
*.vssscc
3738
.builds
@@ -46,6 +47,7 @@ ipch/
4647
# Visual Studio profiler
4748
*.psess
4849
*.vsp
50+
*.vspx
4951

5052
# Guidance Automation Toolkit
5153
*.gpState

Erlang.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.eunit
22
deps
3-
priv
43
*.o
54
*.beam
65
*.plt

Global/Archives.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*.zip
77
*.gz
88
*.bzip
9+
*.bz2
910
*.xz
1011
*.lzma
1112

@@ -19,4 +20,4 @@
1920
*.gem
2021
*.egg
2122
*.deb
22-
*.rpm
23+
*.rpm

Global/OSX.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
Icon
23

34
# Thumbnails
45
._*

Global/PhPStorm.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/

Global/Windows.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Windows image file caches
2-
Thumbs.db
2+
Thumbs.db
33
ehthumbs.db
44

55
# Folder config file

Python.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ pip-log.txt
2626
.tox
2727
nosetests.xml
2828

29-
#Translations
29+
# Translations
3030
*.mo
3131

32-
#Mr Developer
32+
# Mr Developer
3333
.mr.developer.cfg
34-
34+
.project
35+
.pydevproject

VB.Net.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ x64/
3333
*.tli
3434
*.tlh
3535
*.tmp
36+
*.log
3637
*.vspscc
3738
*.vssscc
3839
.builds
@@ -47,6 +48,7 @@ ipch/
4748
# Visual Studio profiler
4849
*.psess
4950
*.vsp
51+
*.vspx
5052

5153
# Guidance Automation Toolkit
5254
*.gpState

0 commit comments

Comments
 (0)