Skip to content

Commit db5524a

Browse files
sapkzeripath
authored andcommitted
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
1 parent d9a0ba2 commit db5524a

Some content is hidden

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

85 files changed

+1572
-288
lines changed

options/gitignore/Agda

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.agdai
2+
MAlonzo/**

options/gitignore/Android

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Built application files
22
*.apk
3+
*.aar
34
*.ap_
45
*.aab
56

@@ -13,6 +14,8 @@
1314
bin/
1415
gen/
1516
out/
17+
# Uncomment the following line in case you need and you don't have the release build type files in your app
18+
# release/
1619

1720
# Gradle files
1821
.gradle/
@@ -41,7 +44,11 @@ captures/
4144
.idea/assetWizardSettings.xml
4245
.idea/dictionaries
4346
.idea/libraries
47+
# Android Studio 3 in .gitignore file.
4448
.idea/caches
49+
.idea/modules.xml
50+
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
51+
.idea/navEditor.xml
4552

4653
# Keystore files
4754
# Uncomment the following lines if you do not want to check your keystore files in.
@@ -50,9 +57,10 @@ captures/
5057

5158
# External native build folder generated in Android Studio 2.2 and later
5259
.externalNativeBuild
60+
.cxx/
5361

5462
# Google Services (e.g. APIs or Firebase)
55-
google-services.json
63+
# google-services.json
5664

5765
# Freeline
5866
freeline.py
@@ -65,3 +73,13 @@ fastlane/Preview.html
6573
fastlane/screenshots
6674
fastlane/test_output
6775
fastlane/readme.md
76+
77+
# Version control
78+
vcs.xml
79+
80+
# lint
81+
lint/intermediates/
82+
lint/generated/
83+
lint/outputs/
84+
lint/tmp/
85+
# lint/reports/

options/gitignore/Archives

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
*.rar
66
*.zip
77
*.gz
8+
*.gzip
89
*.tgz
910
*.bzip
11+
*.bzip2
1012
*.bz2
1113
*.xz
1214
*.lzma
1315
*.cab
16+
*.xar
1417

1518
# Packing-only formats
1619
*.iso
@@ -26,3 +29,4 @@
2629
*.msi
2730
*.msm
2831
*.msp
32+
*.txz

options/gitignore/AtmelStudio

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Ignore Atmel Studio temporary files and build results
2+
# https://www.microchip.com/mplab/avr-support/atmel-studio-7
3+
4+
# Atmel Studio is powered by an older version of Visual Studio,
5+
# so most of the project and solution files are the same as VS files,
6+
# only prefixed by an `at`.
7+
8+
#Build Directories
9+
[Dd]ebug/
10+
[Rr]elease/
11+
12+
#Build Results
13+
*.o
14+
*.d
15+
*.eep
16+
*.elf
17+
*.hex
18+
*.map
19+
*.srec
20+
21+
#User Specific Files
22+
*.atsuo

options/gitignore/Autotools

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ m4/ltoptions.m4
4141
m4/ltsugar.m4
4242
m4/ltversion.m4
4343
m4/lt~obsolete.m4
44+
45+
# Generated Makefile
46+
# (meta build system like autotools,
47+
# can automatically generate from config.status script
48+
# (which is called by configure script))
49+
Makefile

options/gitignore/Bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# gitignore template for Bazel build system
2+
# website: https://bazel.build/
3+
4+
# Ignore all bazel-* symlinks. There is no full list since this can change
5+
# based on the name of the directory bazel is cloned into.
6+
/bazel-*

options/gitignore/Bitrix

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# gitignore template for 1C-Bitrix, a PHP-based CMS
2+
# website: https://www.1c-bitrix.ru
3+
4+
#Exclude all of core files
5+
/bitrix/*
6+
7+
#But not the templates and non bitrix components
8+
!/bitrix/templates
9+
!/bitrix/components
10+
/bitrix/components/bitrix
11+
12+
#Exclude bitrix gadgets
13+
!/bitrix/gadgets
14+
/bitrix/gadgets/bitrix
15+
16+
#User can use that directory to store some stuff, but it's not really recommended, just use /local instead of this
17+
!/bitrix/php_interface/
18+
19+
#Exclude database configs
20+
/bitrix/php_interface/dbconn.php
21+
22+
#Exclude default file storage directory
23+
/upload/

options/gitignore/CMake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CMakeLists.txt.user
12
CMakeCache.txt
23
CMakeFiles
34
CMakeScripts
@@ -7,3 +8,4 @@ cmake_install.cmake
78
install_manifest.txt
89
compile_commands.json
910
CTestTestfile.cmake
11+
_deps

options/gitignore/CodeSniffer

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# gitignore for the PHP Codesniffer framework
2+
# website: https://github.com/squizlabs/PHP_CodeSniffer
3+
#
4+
# Recommended template: PHP.gitignore
5+
6+
/wpcs/*

options/gitignore/Coq

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.*.aux
2+
.*.d
23
*.a
34
*.cma
45
*.cmi
@@ -17,6 +18,8 @@
1718
*.v.d
1819
*.vio
1920
*.vo
21+
*.vok
22+
*.vos
2023
.coq-native/
2124
.csdp.cache
2225
.lia.cache

0 commit comments

Comments
 (0)