Skip to content

Commit a06c3ad

Browse files
authored
Synced gitignores with github repo (#1245)
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
1 parent 09fe4a2 commit a06c3ad

Some content is hidden

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

111 files changed

+1212
-592
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

options/gitignore/Actionscript

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
bin/
33
bin-debug/
44
bin-release/
5+
[Oo]bj/ # FlashDevelop obj
6+
[Bb]in/ # FlashDevelop bin
57

68
# Other files and folders
79
.settings/
810

11+
# Executables
12+
*.swf
13+
*.air
14+
*.ipa
15+
*.apk
16+
917
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
1018
# should NOT be excluded as they contain compiler settings and other important
1119
# information for Eclipse / Flash Builder.

options/gitignore/Android

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*.apk
33
*.ap_
44

5-
# Files for the Dalvik VM
5+
# Files for the ART/Dalvik VM
66
*.dex
77

88
# Java class files
@@ -11,6 +11,7 @@
1111
# Generated files
1212
bin/
1313
gen/
14+
out/
1415

1516
# Gradle files
1617
.gradle/
@@ -30,3 +31,25 @@ proguard/
3031

3132
# Android Studio captures folder
3233
captures/
34+
35+
# Intellij
36+
*.iml
37+
.idea/workspace.xml
38+
.idea/tasks.xml
39+
.idea/gradle.xml
40+
.idea/dictionaries
41+
.idea/libraries
42+
43+
# Keystore files
44+
*.jks
45+
46+
# External native build folder generated in Android Studio 2.2 and later
47+
.externalNativeBuild
48+
49+
# Google Services (e.g. APIs or Firebase)
50+
google-services.json
51+
52+
# Freeline
53+
freeline.py
54+
freeline/
55+
freeline_project_description.json

options/gitignore/Ansible

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

options/gitignore/Autotools

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
# http://www.gnu.org/software/automake
22

33
Makefile.in
4+
/ar-lib
5+
/mdate-sh
6+
/py-compile
7+
/test-driver
8+
/ylwrap
49

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

712
/autom4te.cache
13+
/autoscan.log
14+
/autoscan-*.log
815
/aclocal.m4
916
/compile
17+
/config.guess
18+
/config.h.in
19+
/config.sub
1020
/configure
21+
/configure.scan
1122
/depcomp
1223
/install-sh
1324
/missing
1425
/stamp-h1
26+
27+
# https://www.gnu.org/software/libtool/
28+
29+
/ltmain.sh
30+
31+
# http://www.gnu.org/software/texinfo
32+
33+
/texinfo.tex

options/gitignore/Bazaar

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

options/gitignore/C

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
# Prerequisites
2+
*.d
3+
14
# Object files
25
*.o
36
*.ko
47
*.obj
58
*.elf
69

10+
# Linker output
11+
*.ilk
12+
*.map
13+
*.exp
14+
715
# Precompiled Headers
816
*.gch
917
*.pch
@@ -30,3 +38,14 @@
3038

3139
# Debug files
3240
*.dSYM/
41+
*.su
42+
*.idb
43+
*.pdb
44+
45+
# Kernel Module Compile Results
46+
*.mod*
47+
*.cmd
48+
modules.order
49+
Module.symvers
50+
Mkfile.old
51+
dkms.conf

options/gitignore/C Sharp

Lines changed: 0 additions & 108 deletions
This file was deleted.

options/gitignore/C++

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Prerequisites
2+
*.d
3+
14
# Compiled Object files
25
*.slo
36
*.lo
@@ -15,6 +18,7 @@
1518

1619
# Fortran module files
1720
*.mod
21+
*.smod
1822

1923
# Compiled Static libraries
2024
*.lai

options/gitignore/CMake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CMakeCache.txt
22
CMakeFiles
33
CMakeScripts
4+
Testing
45
Makefile
56
cmake_install.cmake
67
install_manifest.txt
8+
compile_commands.json
9+
CTestTestfile.cmake

options/gitignore/CVS

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

options/gitignore/CakePHP

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22

33
/vendor/*
44
/config/app.php
5-
/tmp/*
5+
6+
/tmp/cache/models/*
7+
!/tmp/cache/models/empty
8+
/tmp/cache/persistent/*
9+
!/tmp/cache/persistent/empty
10+
/tmp/cache/views/*
11+
!/tmp/cache/views/empty
12+
/tmp/sessions/*
13+
!/tmp/sessions/empty
14+
/tmp/tests/*
15+
!/tmp/tests/empty
16+
617
/logs/*
18+
!/logs/empty
719

820
# CakePHP 2
921

options/gitignore/Calabash

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

options/gitignore/Clojure

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
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

options/gitignore/CodeIgniter

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@
44
*/cache/*
55
!*/cache/index.html
66
!*/cache/.htaccess
7+
8+
user_guide_src/build/*
9+
user_guide_src/cilexer/build/*
10+
user_guide_src/cilexer/dist/*
11+
user_guide_src/cilexer/pycilexer.egg-info/*
12+
13+
#codeigniter 3
14+
application/logs/*
15+
!application/logs/index.html
16+
!application/logs/.htaccess
17+
/vendor/

options/gitignore/CommonLisp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
*.FASL
22
*.fasl
33
*.lisp-temp
4+
*.dfsl
5+
*.pfsl
6+
*.d64fsl
7+
*.p64fsl
8+
*.lx64fsl
9+
*.lx32fsl
10+
*.dx64fsl
11+
*.dx32fsl
12+
*.fx64fsl
13+
*.fx32fsl
14+
*.sx64fsl
15+
*.sx32fsl
16+
*.wx64fsl
17+
*.wx32fsl

options/gitignore/Composer

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

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

options/gitignore/Concrete5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
config/site.php
22
files/cache/*
33
files/tmp/*
4+
.htaccess

options/gitignore/Coq

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1-
*.vo
1+
.*.aux
2+
*.a
3+
*.cma
4+
*.cmi
5+
*.cmo
6+
*.cmx
7+
*.cmxa
8+
*.cmxs
29
*.glob
10+
*.ml.d
11+
*.ml4.d
12+
*.mli.d
13+
*.mllib.d
14+
*.mlpack.d
15+
*.native
16+
*.o
317
*.v.d
18+
*.vio
19+
*.vo
20+
.coq-native/
21+
.csdp.cache
22+
.lia.cache
23+
.nia.cache
24+
.nlia.cache
25+
.nra.cache
26+
csdp.cache
27+
lia.cache
28+
nia.cache
29+
nlia.cache
30+
nra.cache

0 commit comments

Comments
 (0)