Skip to content

Commit 5beb114

Browse files
authored
Merge branch 'master' into patch-2
2 parents 7c0cf6d + 773eca0 commit 5beb114

12 files changed

Lines changed: 34 additions & 14 deletions

Android.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,10 @@ google-services.json
5454
freeline.py
5555
freeline/
5656
freeline_project_description.json
57+
58+
# fastlane
59+
fastlane/report.xml
60+
fastlane/Preview.html
61+
fastlane/screenshots
62+
fastlane/test_output
63+
fastlane/readme.md

Dart.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
56
.pub/
67
build/

Global/JetBrains.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
1+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
22
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
33

44
# User-specific stuff:
@@ -9,7 +9,6 @@
99
# Sensitive or high-churn files:
1010
.idea/**/dataSources/
1111
.idea/**/dataSources.ids
12-
.idea/**/dataSources.xml
1312
.idea/**/dataSources.local.xml
1413
.idea/**/sqlDataSources.xml
1514
.idea/**/dynamic.xml

Go.gitignore

Lines changed: 1 addition & 0 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

Node.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ typings/
5959

6060
# parcel-bundler cache (https://parceljs.org/)
6161
.cache
62+
63+
# next.js build output
64+
.next

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ nosetests.xml
4545
coverage.xml
4646
*.cover
4747
.hypothesis/
48+
.pytest_cache/
4849

4950
# Translations
5051
*.mo

Qt.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# C++ objects and libs
2-
32
*.slo
43
*.lo
54
*.o
@@ -11,7 +10,6 @@
1110
*.dylib
1211

1312
# Qt-es
14-
1513
object_script.*.Release
1614
object_script.*.Debug
1715
*_plugin_import.cpp
@@ -35,13 +33,11 @@ Makefile*
3533
target_wrapper.*
3634

3735
# QtCreator
38-
3936
*.autosave
4037

41-
# QtCtreator Qml
38+
# QtCreator Qml
4239
*.qmlproject.user
4340
*.qmlproject.user.*
4441

45-
# QtCtreator CMake
42+
# QtCreator CMake
4643
CMakeLists.txt.user*
47-

R.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ vignettes/*.pdf
3131
# Temporary files created by R markdown
3232
*.utf8.md
3333
*.knit.md
34+
35+
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
36+
rsconnect/

ROS.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ msg/*Feedback.msg
1313
msg/*Goal.msg
1414
msg/*Result.msg
1515
msg/_*.py
16+
build_isolated/
17+
devel_isolated/
1618

1719
# Generated by dynamic reconfigure
1820
*.cfgc

TeX.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.fot
1111
*.cb
1212
*.cb2
13+
.*.lb
1314

1415
## Intermediate documents:
1516
*.dvi
@@ -109,6 +110,14 @@ acs-*.bib
109110
*.gaux
110111
*.gtex
111112

113+
# htlatex
114+
*.4ct
115+
*.4tc
116+
*.idv
117+
*.lg
118+
*.trc
119+
*.xref
120+
112121
# hyperref
113122
*.brf
114123

0 commit comments

Comments
 (0)