Skip to content

Commit b99887e

Browse files
author
Borders, Casey
committed
Merge branch 'master' of https://github.com/github/gitignore
2 parents 7e2dc59 + ea1dc4f commit b99887e

36 files changed

+657
-442
lines changed

Ada.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Object file
2+
*.o
3+
4+
# Ada Library Information
5+
*.ali

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

ArchLinuxPackages.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.tar
2+
*.tar.*
3+
*.log
4+
*.log.*
5+
*.sig
6+
pkg/
7+
src/

C.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818
*.exe
1919
*.out
2020
*.app
21+
*.i*86
22+
*.x86_64
2123
*.hex

ChefCookbook.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.vagrant
2+
Berksfile.lock
3+
*~
4+
*#
5+
.#*
6+
\#*#
7+
.*.sw[a-z]
8+
*.un~
9+
/cookbooks
10+
11+
# Bundler
12+
Gemfile.lock
13+
bin/*
14+
.bundle/*
15+
16+
.kitchen/
17+
.kitchen.local.yml

CommonLisp.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.FASL
2+
*.fasl
3+
*.lisp-temp

Dart.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
1+
// Don’t commit the following files and directories created by pub and dart2js
22
packages/
3-
.project
4-
.buildlog
53
*.js_
64
*.js.deps
75
*.js.map
@@ -11,6 +9,3 @@ pubspec.lock
119

1210
// Avoid committing generated JavaScript files
1311
*.dart.js
14-
15-
// Check for any other incovenient files generated by OS
16-
// and other tools such as Eclipse, IntelliJ, etc.

Delphi.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ __history
77
*.map
88
*.exe
99
*.dll
10+
*.bpl
11+
*.dcp
12+
*.so
13+
*.apk
1014
bin/*

Elisp.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Compiled
2+
*.elc

GWT.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ gwt-unitCache/
1414
# more caches and things from deploy #
1515
war/WEB-INF/deploy/
1616
war/WEB-INF/classes/
17+
18+
#compilation logs
19+
.gwt/
20+
21+
#caching for already compiled files
22+
gwt-unitCache/
23+
24+
#gwt junit compilation files
25+
www-test/
26+
27+
#old GWT (1.5) created this dir
28+
.gwt-tmp/

0 commit comments

Comments
 (0)