Skip to content

Commit 1e2043f

Browse files
committed
update boilerplates to ea28c14
github/gitignore@ea28c14
1 parent 9b87ee1 commit 1e2043f

80 files changed

Lines changed: 541 additions & 123 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

boilerplates/Android.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ captures/
3737
.idea/workspace.xml
3838
.idea/tasks.xml
3939
.idea/gradle.xml
40+
.idea/assetWizardSettings.xml
4041
.idea/dictionaries
4142
.idea/libraries
43+
.idea/caches
4244

4345
# Keystore files
4446
# Uncomment the following line if you do not want to check your keystore files in.

boilerplates/Anjuta.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Local configuration folder and symbol database
2+
/.anjuta/
3+
/.anjuta_sym_db.db

boilerplates/Ansible.gitignore

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

boilerplates/Archives.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
*.rar
66
*.zip
77
*.gz
8+
*.tgz
89
*.bzip
910
*.bz2
1011
*.xz
1112
*.lzma
1213
*.cab
1314

14-
#packing-only formats
15+
# Packing-only formats
1516
*.iso
1617
*.tar
1718

18-
#package management formats
19+
# Package management formats
1920
*.dmg
2021
*.xpi
2122
*.gem

boilerplates/Autotools.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ Makefile.in
99

1010
# http://www.gnu.org/software/autoconf
1111

12-
/autom4te.cache
12+
autom4te.cache
1313
/autoscan.log
1414
/autoscan-*.log
1515
/aclocal.m4
1616
/compile
1717
/config.guess
1818
/config.h.in
19+
/config.log
20+
/config.status
1921
/config.sub
2022
/configure
2123
/configure.scan
@@ -39,4 +41,3 @@ m4/ltoptions.m4
3941
m4/ltsugar.m4
4042
m4/ltversion.m4
4143
m4/lt~obsolete.m4
42-
autom4te.cache

boilerplates/Backup.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.bak
2+
*.gho
3+
*.ori
4+
*.orig
5+
*.tmp

boilerplates/Bazaar.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.bzr/
2+
.bzrignore

boilerplates/CVS.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/CVS/*
2-
*/CVS/*
2+
**/CVS/*
33
.cvsignore
44
*/.cvsignore

boilerplates/Calabash.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Calabash / Cucumber
2+
rerun/
3+
reports/
4+
screenshots/
5+
screenshot*.png
6+
test-servers/
7+
8+
# bundler
9+
.bundle
10+
vendor

boilerplates/Clojure.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ pom.xml.asc
1111
.lein-plugins/
1212
.lein-failures
1313
.nrepl-port
14+
.cpcache/

0 commit comments

Comments
 (0)