Skip to content

Commit e72ab2a

Browse files
committed
Merge branch 'master' of https://github.com/github/gitignore
2 parents fc98caa + 4b9ac51 commit e72ab2a

21 files changed

+125
-57
lines changed

C++.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
*.o
55
*.obj
66

7+
# Precompiled Headers
8+
*.gch
9+
*.pch
10+
711
# Compiled Dynamic libraries
812
*.so
913
*.dylib

C.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
*.obj
55
*.elf
66

7+
# Precompiled Headers
8+
*.gch
9+
*.pch
10+
711
# Libraries
812
*.lib
913
*.a

CraftCMS.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore]
2+
/craft/storage/*
3+
!/craft/storage/logo/*

Dart.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Don’t commit the following directories created by pub.
22
build/
33
packages/
4+
.buildlog
45

56
# Or the files created by dart2js.
67
*.dart.js

Erlang.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ deps
44
*.beam
55
*.plt
66
erl_crash.dump
7+
ebin
8+
rel/example_project
9+
.concrete/DEV_MODE
10+
.rebar

Global/JetBrains.gitignore

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,44 @@
11
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
22

3-
## Directory-based project format
3+
/*.iml
4+
5+
## Directory-based project format:
46
.idea/
5-
# if you remove the above rule, at least ignore user-specific stuff:
7+
# if you remove the above rule, at least ignore the follwing:
8+
9+
# User-specific stuff:
610
# .idea/workspace.xml
711
# .idea/tasks.xml
8-
# and these sensitive or high-churn files:
12+
# .idea/dictionaries
13+
14+
# Sensitive or high-churn files:
915
# .idea/dataSources.ids
1016
# .idea/dataSources.xml
1117
# .idea/sqlDataSources.xml
1218
# .idea/dynamic.xml
19+
# .idea/uiDesigner.xml
1320

14-
## File-based project format
21+
# Gradle:
22+
# .idea/gradle.xml
23+
# .idea/libraries
24+
25+
# Mongo Explorer plugin:
26+
# .idea/mongoSettings.xml
27+
28+
## File-based project format:
1529
*.ipr
16-
*.iml
1730
*.iws
1831

19-
## Additional for IntelliJ
32+
## Plugin-specific files:
33+
34+
# IntelliJ
2035
out/
2136

22-
# generated by mpeltonen/sbt-idea plugin
37+
# mpeltonen/sbt-idea plugin
2338
.idea_modules/
2439

25-
# generated by JIRA plugin
40+
# JIRA plugin
2641
atlassian-ide-plugin.xml
2742

28-
# generated by Crashlytics plugin (for Android Studio and Intellij)
43+
# Crashlytics plugin (for Android Studio and IntelliJ)
2944
com_crashlytics_export_strings.xml

Global/LyX.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ignore LyX backup and autosave files
2+
# http://www.lyx.org/
3+
*.lyx~
4+
*.lyx#

Global/Momentics.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Built files
2+
x86/
3+
arm/
4+
arm-p/

Global/Windows.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ $RECYCLE.BIN/
1313
*.msi
1414
*.msm
1515
*.msp
16+
17+
# Windows shortcuts
18+
*.lnk

Magento.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ app/code/community/Cm/
44
app/code/core/
55
app/design/adminhtml/default/default/
66
app/design/frontend/base/
7+
app/design/frontend/rwd/
78
app/design/frontend/default/blank/
89
app/design/frontend/default/default/
910
app/design/frontend/default/iphone/
@@ -106,6 +107,7 @@ shell/log.php
106107
skin/adminhtml/default/default/
107108
skin/adminhtml/default/enterprise
108109
skin/frontend/base/
110+
skin/frontend/rwd/
109111
skin/frontend/default/blank/
110112
skin/frontend/default/blue/
111113
skin/frontend/default/default/

0 commit comments

Comments
 (0)