Skip to content

Commit

Permalink
Update gitignore list (go-gitea#5258)
Browse files Browse the repository at this point in the history
* update gitignore

* Handle symlink in tar

* Add some logs
  • Loading branch information
sapk authored and techknowlogick committed Nov 3, 2018
1 parent 54259e2 commit 57a8440
Show file tree
Hide file tree
Showing 77 changed files with 765 additions and 157 deletions.
5 changes: 2 additions & 3 deletions options/gitignore/Actionscript
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Build and Release Folders
bin/
bin-debug/
bin-release/
[Oo]bj/ # FlashDevelop obj
[Bb]in/ # FlashDevelop bin
[Oo]bj/
[Bb]in/

# Other files and folders
.settings/
Expand Down
16 changes: 14 additions & 2 deletions options/gitignore/Android
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex
Expand Down Expand Up @@ -32,16 +33,20 @@ proguard/
# Android Studio captures folder
captures/

# Intellij
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches

# Keystore files
*.jks
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
Expand All @@ -53,3 +58,10 @@ google-services.json
freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
5 changes: 3 additions & 2 deletions options/gitignore/Archives
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
*.rar
*.zip
*.gz
*.tgz
*.bzip
*.bz2
*.xz
*.lzma
*.cab

#packing-only formats
# Packing-only formats
*.iso
*.tar

#package management formats
# Package management formats
*.dmg
*.xpi
*.gem
Expand Down
12 changes: 11 additions & 1 deletion options/gitignore/Autotools
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ Makefile.in

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

/autom4te.cache
autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.log
/config.status
/config.sub
/configure
/configure.scan
Expand All @@ -31,3 +33,11 @@ Makefile.in
# http://www.gnu.org/software/texinfo

/texinfo.tex

# http://www.gnu.org/software/m4/

m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
5 changes: 5 additions & 0 deletions options/gitignore/Backup
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.bak
*.gho
*.ori
*.orig
*.tmp
1 change: 1 addition & 0 deletions options/gitignore/C
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
Expand Down
14 changes: 14 additions & 0 deletions options/gitignore/Clojure
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pom.xml
pom.xml.asc
*.jar
*.class
/lib/
/classes/
/target/
/checkouts/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port
.cpcache/
1 change: 1 addition & 0 deletions options/gitignore/CodeKit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# General CodeKit files to ignore
config.codekit
config.codekit3
/min
2 changes: 1 addition & 1 deletion options/gitignore/Composer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
composer.phar
/vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
5 changes: 3 additions & 2 deletions options/gitignore/CraftCMS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore]
# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore)
# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26)
/craft/storage/*
!/craft/storage/logo/*
!/craft/storage/rebrand
13 changes: 11 additions & 2 deletions options/gitignore/Dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# See https://www.dartlang.org/tools/private-files.html
# See https://www.dartlang.org/guides/libraries/private-files

# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock

# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/

# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map
5 changes: 4 additions & 1 deletion options/gitignore/Delphi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Deployment Manager configuration file for your project. Added in Delphi XE2.
# Uncomment this if it is not mobile development and you do not use remote debug feature.
#*.deployproj
#
#
# C++ object files produced when C/C++ Output file generation is configured.
# Uncomment this if you are not using external objects (zlib library for example).
#*.obj
Expand Down Expand Up @@ -64,3 +64,6 @@ __recovery/

# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
*.stat

# Boss dependency manager vendor folder https://github.com/HashLoad/boss
modules/
2 changes: 2 additions & 0 deletions options/gitignore/Diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.patch
*.diff
3 changes: 3 additions & 0 deletions options/gitignore/Drupal
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
sites/example.sites.php

# Ignore paths that contain generated content.
files/
sites/*/files
sites/*/private
sites/*/translations

# Ignore default text files
robots.txt
Expand All @@ -16,6 +18,7 @@ robots.txt
/UPGRADE.txt
/README.txt
sites/README.txt
sites/all/libraries/README.txt
sites/all/modules/README.txt
sites/all/themes/README.txt

Expand Down
9 changes: 8 additions & 1 deletion options/gitignore/Eagle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
*.s#?
*.b#?
*.l#?
*.b$?
*.s$?
*.l$?

# Eagle project file
# It contains a serial number and references to the file structure
Expand Down Expand Up @@ -31,14 +34,18 @@ eagle.epf
*.drl
*.gpi
*.pls
*.ger
*.xln

*.drd
*.drd.*

*.s#*
*.b#*

*.info

*.eps

# file locks introduced since 7.x
*.lck

10 changes: 5 additions & 5 deletions options/gitignore/Eclipse
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ local.properties
.loadpath
.recommenders

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

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

# JDT-specific (Eclipse Java Development Tools)
.classpath
# CDT- autotools
.autotools

# Java annotation processor (APT)
.factorypath
Expand All @@ -50,6 +47,9 @@ local.properties
# Code Recommenders
.recommenders/

# Annotation Processing
.apt_generated/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
Expand Down
3 changes: 3 additions & 0 deletions options/gitignore/Elixir
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/_build
/cover
/deps
/doc
/.fetch
erl_crash.dump
*.ez
*.beam
/config/*.secret.exs
2 changes: 2 additions & 0 deletions options/gitignore/ExtJs
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ ext/
modern.json
modern.jsonp
resources/sass/.sass-cache/
resources/.arch-internal-preview.css
.arch-internal-preview.css
32 changes: 32 additions & 0 deletions options/gitignore/Fortran
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
3 changes: 0 additions & 3 deletions options/gitignore/GWT
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ war/WEB-INF/classes/
#compilation logs
.gwt/

#caching for already compiled files
gwt-unitCache/

#gwt junit compilation files
www-test/

Expand Down
4 changes: 1 addition & 3 deletions options/gitignore/Go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
Expand All @@ -9,6 +10,3 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
8 changes: 8 additions & 0 deletions options/gitignore/Godot
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg

# Mono-specific ignores
.mono/
2 changes: 2 additions & 0 deletions options/gitignore/Haskell
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ cabal.sandbox.config
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
Loading

0 comments on commit 57a8440

Please sign in to comment.