Skip to content

Commit 57a8440

Browse files
sapktechknowlogick
authored andcommitted
Update gitignore list (#5258)
* update gitignore * Handle symlink in tar * Add some logs
1 parent 54259e2 commit 57a8440

Some content is hidden

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

77 files changed

+765
-157
lines changed

options/gitignore/Actionscript

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Build and Release Folders
2-
bin/
32
bin-debug/
43
bin-release/
5-
[Oo]bj/ # FlashDevelop obj
6-
[Bb]in/ # FlashDevelop bin
4+
[Oo]bj/
5+
[Bb]in/
76

87
# Other files and folders
98
.settings/

options/gitignore/Android

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Built application files
22
*.apk
33
*.ap_
4+
*.aab
45

56
# Files for the ART/Dalvik VM
67
*.dex
@@ -32,16 +33,20 @@ proguard/
3233
# Android Studio captures folder
3334
captures/
3435

35-
# Intellij
36+
# IntelliJ
3637
*.iml
3738
.idea/workspace.xml
3839
.idea/tasks.xml
3940
.idea/gradle.xml
41+
.idea/assetWizardSettings.xml
4042
.idea/dictionaries
4143
.idea/libraries
44+
.idea/caches
4245

4346
# Keystore files
44-
*.jks
47+
# Uncomment the following lines if you do not want to check your keystore files in.
48+
#*.jks
49+
#*.keystore
4550

4651
# External native build folder generated in Android Studio 2.2 and later
4752
.externalNativeBuild
@@ -53,3 +58,10 @@ google-services.json
5358
freeline.py
5459
freeline/
5560
freeline_project_description.json
61+
62+
# fastlane
63+
fastlane/report.xml
64+
fastlane/Preview.html
65+
fastlane/screenshots
66+
fastlane/test_output
67+
fastlane/readme.md

options/gitignore/Archives

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

options/gitignore/Autotools

Lines changed: 11 additions & 1 deletion
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
@@ -31,3 +33,11 @@ Makefile.in
3133
# http://www.gnu.org/software/texinfo
3234

3335
/texinfo.tex
36+
37+
# http://www.gnu.org/software/m4/
38+
39+
m4/libtool.m4
40+
m4/ltoptions.m4
41+
m4/ltsugar.m4
42+
m4/ltversion.m4
43+
m4/lt~obsolete.m4

options/gitignore/Backup

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

options/gitignore/C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
# Kernel Module Compile Results
4646
*.mod*
4747
*.cmd
48+
.tmp_versions/
4849
modules.order
4950
Module.symvers
5051
Mkfile.old

options/gitignore/Clojure

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
pom.xml
2+
pom.xml.asc
3+
*.jar
4+
*.class
5+
/lib/
6+
/classes/
7+
/target/
8+
/checkouts/
9+
.lein-deps-sum
10+
.lein-repl-history
11+
.lein-plugins/
12+
.lein-failures
13+
.nrepl-port
14+
.cpcache/

options/gitignore/CodeKit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# General CodeKit files to ignore
22
config.codekit
3+
config.codekit3
34
/min

options/gitignore/Composer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
composer.phar
22
/vendor/
33

4-
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
4+
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
55
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
66
# composer.lock

options/gitignore/CraftCMS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore]
1+
# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
2+
# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
23
/craft/storage/*
3-
!/craft/storage/logo/*
4+
!/craft/storage/rebrand

options/gitignore/Dart

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
# See https://www.dartlang.org/tools/private-files.html
1+
# See https://www.dartlang.org/guides/libraries/private-files
22

33
# Files and directories created by pub
4+
.dart_tool/
45
.packages
5-
.pub/
66
build/
77
# If you're building an application, you may want to check-in your pubspec.lock
88
pubspec.lock
99

1010
# Directory created by dartdoc
1111
# If you don't generate documentation locally you can remove this line.
1212
doc/api/
13+
14+
# Avoid committing generated Javascript files:
15+
*.dart.js
16+
*.info.json # Produced by the --dump-info flag.
17+
*.js # When generated by dart2js. Don't specify *.js if your
18+
# project includes source files written in JavaScript.
19+
*.js_
20+
*.js.deps
21+
*.js.map

options/gitignore/Delphi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Deployment Manager configuration file for your project. Added in Delphi XE2.
2121
# Uncomment this if it is not mobile development and you do not use remote debug feature.
2222
#*.deployproj
23-
#
23+
#
2424
# C++ object files produced when C/C++ Output file generation is configured.
2525
# Uncomment this if you are not using external objects (zlib library for example).
2626
#*.obj
@@ -64,3 +64,6 @@ __recovery/
6464

6565
# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
6666
*.stat
67+
68+
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
69+
modules/

options/gitignore/Diff

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

options/gitignore/Drupal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Ignore configuration files that may contain sensitive information.
22
sites/*/*settings*.php
3+
sites/example.sites.php
34

45
# Ignore paths that contain generated content.
56
files/
67
sites/*/files
78
sites/*/private
9+
sites/*/translations
810

911
# Ignore default text files
1012
robots.txt
@@ -16,6 +18,7 @@ robots.txt
1618
/UPGRADE.txt
1719
/README.txt
1820
sites/README.txt
21+
sites/all/libraries/README.txt
1922
sites/all/modules/README.txt
2023
sites/all/themes/README.txt
2124

options/gitignore/Eagle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
*.s#?
55
*.b#?
66
*.l#?
7+
*.b$?
8+
*.s$?
9+
*.l$?
710

811
# Eagle project file
912
# It contains a serial number and references to the file structure
@@ -31,14 +34,18 @@ eagle.epf
3134
*.drl
3235
*.gpi
3336
*.pls
37+
*.ger
38+
*.xln
3439

3540
*.drd
3641
*.drd.*
3742

43+
*.s#*
44+
*.b#*
45+
3846
*.info
3947

4048
*.eps
4149

4250
# file locks introduced since 7.x
4351
*.lck
44-

options/gitignore/Eclipse

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ local.properties
1111
.loadpath
1212
.recommenders
1313

14-
# Eclipse Core
15-
.project
16-
1714
# External tool builders
1815
.externalToolBuilders/
1916

@@ -26,8 +23,8 @@ local.properties
2623
# CDT-specific (C/C++ Development Tooling)
2724
.cproject
2825

29-
# JDT-specific (Eclipse Java Development Tools)
30-
.classpath
26+
# CDT- autotools
27+
.autotools
3128

3229
# Java annotation processor (APT)
3330
.factorypath
@@ -50,6 +47,9 @@ local.properties
5047
# Code Recommenders
5148
.recommenders/
5249

50+
# Annotation Processing
51+
.apt_generated/
52+
5353
# Scala IDE specific (Scala & Java development for Eclipse)
5454
.cache-main
5555
.scala_dependencies

options/gitignore/Elixir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/_build
22
/cover
33
/deps
4+
/doc
5+
/.fetch
46
erl_crash.dump
57
*.ez
68
*.beam
9+
/config/*.secret.exs

options/gitignore/ExtJs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ ext/
1010
modern.json
1111
modern.jsonp
1212
resources/sass/.sass-cache/
13+
resources/.arch-internal-preview.css
14+
.arch-internal-preview.css

options/gitignore/Fortran

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app

options/gitignore/GWT

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ war/WEB-INF/classes/
1818
#compilation logs
1919
.gwt/
2020

21-
#caching for already compiled files
22-
gwt-unitCache/
23-
2421
#gwt junit compilation files
2522
www-test/
2623

options/gitignore/Go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Binaries for programs and plugins
22
*.exe
3+
*.exe~
34
*.dll
45
*.so
56
*.dylib
@@ -9,6 +10,3 @@
910

1011
# Output of the go coverage tool, specifically when used with LiteIDE
1112
*.out
12-
13-
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
14-
.glide/

options/gitignore/Godot

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# Godot-specific ignores
3+
.import/
4+
export.cfg
5+
export_presets.cfg
6+
7+
# Mono-specific ignores
8+
.mono/

options/gitignore/Haskell

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ cabal.sandbox.config
1717
*.eventlog
1818
.stack-work/
1919
cabal.project.local
20+
cabal.project.local~
2021
.HTF/
22+
.ghc.environment.*

0 commit comments

Comments
 (0)