Skip to content

Synced gitignores with github repo #1245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
File renamed without changes.
8 changes: 8 additions & 0 deletions options/gitignore/Actionscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
bin/
bin-debug/
bin-release/
[Oo]bj/ # FlashDevelop obj
[Bb]in/ # FlashDevelop bin

# Other files and folders
.settings/

# Executables
*.swf
*.air
*.ipa
*.apk

# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
25 changes: 24 additions & 1 deletion options/gitignore/Android
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.apk
*.ap_

# Files for the Dalvik VM
# Files for the ART/Dalvik VM
*.dex

# Java class files
Expand All @@ -11,6 +11,7 @@
# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
Expand All @@ -30,3 +31,25 @@ proguard/

# Android Studio captures folder
captures/

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

# Keystore files
*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Google Services (e.g. APIs or Firebase)
google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json
1 change: 1 addition & 0 deletions options/gitignore/Ansible
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.retry
19 changes: 19 additions & 0 deletions options/gitignore/Autotools
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
# http://www.gnu.org/software/automake

Makefile.in
/ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap

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

/autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.sub
/configure
/configure.scan
/depcomp
/install-sh
/missing
/stamp-h1

# https://www.gnu.org/software/libtool/

/ltmain.sh

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

/texinfo.tex
2 changes: 2 additions & 0 deletions options/gitignore/Bazaar
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.bzr/
.bzrignore
19 changes: 19 additions & 0 deletions options/gitignore/C
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch
Expand All @@ -30,3 +38,14 @@

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
modules.order
Module.symvers
Mkfile.old
dkms.conf
108 changes: 0 additions & 108 deletions options/gitignore/C Sharp

This file was deleted.

4 changes: 4 additions & 0 deletions options/gitignore/C++
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
Expand All @@ -15,6 +18,7 @@

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
Expand Down
3 changes: 3 additions & 0 deletions options/gitignore/CMake
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
2 changes: 1 addition & 1 deletion options/gitignore/CVS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/CVS/*
*/CVS/*
**/CVS/*
.cvsignore
*/.cvsignore
14 changes: 13 additions & 1 deletion options/gitignore/CakePHP
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

/vendor/*
/config/app.php
/tmp/*

/tmp/cache/models/*
!/tmp/cache/models/empty
/tmp/cache/persistent/*
!/tmp/cache/persistent/empty
/tmp/cache/views/*
!/tmp/cache/views/empty
/tmp/sessions/*
!/tmp/sessions/empty
/tmp/tests/*
!/tmp/tests/empty

/logs/*
!/logs/empty

# CakePHP 2

Expand Down
10 changes: 10 additions & 0 deletions options/gitignore/Calabash
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Calabash / Cucumber
rerun/
reports/
screenshots/
screenshot*.png
test-servers/

# bundler
.bundle
vendor
13 changes: 0 additions & 13 deletions options/gitignore/Clojure
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
pom.xml
pom.xml.asc
*.jar
*.class
/lib/
/classes/
/target/
/checkouts/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.lein-failures
.nrepl-port
11 changes: 11 additions & 0 deletions options/gitignore/CodeIgniter
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@
*/cache/*
!*/cache/index.html
!*/cache/.htaccess

user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*

#codeigniter 3
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
/vendor/
14 changes: 14 additions & 0 deletions options/gitignore/CommonLisp
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
*.FASL
*.fasl
*.lisp-temp
*.dfsl
*.pfsl
*.d64fsl
*.p64fsl
*.lx64fsl
*.lx32fsl
*.dx64fsl
*.dx32fsl
*.fx64fsl
*.fx32fsl
*.sx64fsl
*.sx32fsl
*.wx64fsl
*.wx32fsl
2 changes: 1 addition & 1 deletion options/gitignore/Composer
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
composer.phar
vendor/
/vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down
1 change: 1 addition & 0 deletions options/gitignore/Concrete5
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
config/site.php
files/cache/*
files/tmp/*
.htaccess
29 changes: 28 additions & 1 deletion options/gitignore/Coq
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
*.vo
.*.aux
*.a
*.cma
*.cmi
*.cmo
*.cmx
*.cmxa
*.cmxs
*.glob
*.ml.d
*.ml4.d
*.mli.d
*.mllib.d
*.mlpack.d
*.native
*.o
*.v.d
*.vio
*.vo
.coq-native/
.csdp.cache
.lia.cache
.nia.cache
.nlia.cache
.nra.cache
csdp.cache
lia.cache
nia.cache
nlia.cache
nra.cache
Loading