Skip to content

Commit c096a65

Browse files
committed
Merge branch 'master' of https://github.com/github/gitignore into stuartpb-node-patch
Conflicts: Node.gitignore
2 parents f3f11fb + 22f0d93 commit c096a65

29 files changed

+141
-66
lines changed

Android.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# built application files
1+
# Built application files
22
*.apk
33
*.ap_
44

5-
# files for the dex VM
5+
# Files for the Dalvik VM
66
*.dex
77

88
# Java class files
99
*.class
1010

11-
# generated files
11+
# Generated files
1212
bin/
1313
gen/
1414

15-
# Ignore gradle files
15+
# Gradle files
1616
.gradle/
1717
build/
1818

DM.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.dmb
2+
*.rsc
3+
*.int
4+
*.lk
5+
*.zip

Dart.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages/
55
*.js.map
66

77
// Include when developing application packages
8-
pubspec.lock
8+
pubspec.lock
99

1010
// Avoid committing generated JavaScript files
1111
*.dart.js

Delphi.gitignore

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,52 @@
1-
*.dcu
2-
*.~*
3-
*.local
4-
*.identcache
5-
__history
6-
*.drc
7-
*.map
1+
# Uncomment these types if you want even more clean repository. But be careful.
2+
# It can make harm to an existing project source. Read explanations below.
3+
#
4+
# Resource files are binaries containing manifest, project icon and version info.
5+
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
6+
#*.res
7+
#
8+
# Type library file (binary). In old Delphi versions it should be stored.
9+
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
10+
#*.tlb
11+
#
12+
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
13+
# Uncomment this if you are not using diagrams or use newer Delphi version.
14+
#*.ddp
15+
#
16+
# Visual LiveBindings file. Added in Delphi XE2.
17+
# Uncomment this if you are not using LiveBindings Designer.
18+
#*.vlb
19+
#
20+
# Deployment Manager configuration file for your project. Added in Delphi XE2.
21+
# Uncomment this if it is not mobile development and you do not use remote debug feature.
22+
#*.deployproj
23+
#
24+
25+
# Delphi compiler-generated binaries (safe to delete)
826
*.exe
927
*.dll
1028
*.bpl
29+
*.bpi
1130
*.dcp
1231
*.so
1332
*.apk
14-
bin/*
33+
*.drc
34+
*.map
35+
*.dres
36+
*.rsm
37+
*.tds
38+
39+
# Delphi autogenerated files (duplicated info)
40+
*.cfg
41+
*Resource.rc
42+
43+
# Delphi local files (user-specific info)
44+
*.local
45+
*.identcache
46+
*.projdata
47+
*.tvsconfig
48+
*.dsk
49+
50+
# Delphi history and backups
51+
__history/
52+
*.~*

Global/Cloud9.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Cloud9 IDE - http://c9.io
22
.c9revisions
3+
.c9

Global/Eclipse.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ local.properties
2323
# PDT-specific
2424
.buildpath
2525

26+
# sbteclipse plugin
27+
.target
28+
2629
# TeXlipse plugin
2730
.texlipse

Global/EiffelStudio.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# The compilation directoy
2+
EIFGENs

Global/JetBrains.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ out/
2121

2222
# generated by mpeltonen/sbt-idea plugin
2323
.idea_modules/
24+
25+
# generated by JIRA plugin
26+
atlassian-ide-plugin.xml
27+
28+
# generated by Crashlytics plugin (for Android Studio and Intellij)
29+
com_crashlytics_export_strings.xml

Global/Linux.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
*~
2+
3+
# KDE directory preferences
4+
.directory

Global/SASS.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)