Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
BUCHER Fabien
TP Git
Commits
1ae18edc
Commit
1ae18edc
authored
4 years ago
by
BUCHER Fabien
Browse files
Options
Download
Email Patches
Plain Diff
Ajout pdf du tp latex
parent
348dbb21
Changes
238
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
407 additions
and
0 deletions
+407
-0
gitignore-master/.github/PULL_REQUEST_TEMPLATE.md
gitignore-master/.github/PULL_REQUEST_TEMPLATE.md
+11
-0
gitignore-master/.travis.yml
gitignore-master/.travis.yml
+10
-0
gitignore-master/Actionscript.gitignore
gitignore-master/Actionscript.gitignore
+18
-0
gitignore-master/Ada.gitignore
gitignore-master/Ada.gitignore
+5
-0
gitignore-master/Agda.gitignore
gitignore-master/Agda.gitignore
+2
-0
gitignore-master/Android.gitignore
gitignore-master/Android.gitignore
+88
-0
gitignore-master/AppEngine.gitignore
gitignore-master/AppEngine.gitignore
+2
-0
gitignore-master/AppceleratorTitanium.gitignore
gitignore-master/AppceleratorTitanium.gitignore
+3
-0
gitignore-master/ArchLinuxPackages.gitignore
gitignore-master/ArchLinuxPackages.gitignore
+13
-0
gitignore-master/Autotools.gitignore
gitignore-master/Autotools.gitignore
+51
-0
gitignore-master/C++.gitignore
gitignore-master/C++.gitignore
+32
-0
gitignore-master/C.gitignore
gitignore-master/C.gitignore
+52
-0
gitignore-master/CFWheels.gitignore
gitignore-master/CFWheels.gitignore
+12
-0
gitignore-master/CMake.gitignore
gitignore-master/CMake.gitignore
+11
-0
gitignore-master/CONTRIBUTING.md
gitignore-master/CONTRIBUTING.md
+39
-0
gitignore-master/CUDA.gitignore
gitignore-master/CUDA.gitignore
+6
-0
gitignore-master/CakePHP.gitignore
gitignore-master/CakePHP.gitignore
+25
-0
gitignore-master/ChefCookbook.gitignore
gitignore-master/ChefCookbook.gitignore
+9
-0
gitignore-master/Clojure.gitignore
gitignore-master/Clojure.gitignore
+1
-0
gitignore-master/CodeIgniter.gitignore
gitignore-master/CodeIgniter.gitignore
+17
-0
No files found.
gitignore-master/.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
View file @
1ae18edc
**Reasons for making this change:**
_TODO_
**Links to documentation supporting these rule changes:**
_TODO_
If this is a new template:
-
**Link to application or project’s homepage**
: _TODO_
This diff is collapsed.
Click to expand it.
gitignore-master/.travis.yml
0 → 100644
View file @
1ae18edc
language
:
ruby
sudo
:
false
branches
:
only
:
-
master
script
:
-
ruby -e "puts 'Hello world!'"
This diff is collapsed.
Click to expand it.
gitignore-master/Actionscript.gitignore
0 → 100644
View file @
1ae18edc
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# 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.
This diff is collapsed.
Click to expand it.
gitignore-master/Ada.gitignore
0 → 100644
View file @
1ae18edc
# Object file
*.o
# Ada Library Information
*.ali
This diff is collapsed.
Click to expand it.
gitignore-master/Agda.gitignore
0 → 100644
View file @
1ae18edc
*.agdai
MAlonzo/**
This diff is collapsed.
Click to expand it.
gitignore-master/Android.gitignore
0 → 100644
View file @
1ae18edc
# Built application files
*.apk
*.aar
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
# Keystore files
# 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
.cxx/
# Google Services (e.g. APIs or Firebase)
# google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
# Version control
vcs.xml
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
# Android Profiling
*.hprof
This diff is collapsed.
Click to expand it.
gitignore-master/AppEngine.gitignore
0 → 100644
View file @
1ae18edc
# Google App Engine generated folder
appengine-generated/
This diff is collapsed.
Click to expand it.
gitignore-master/AppceleratorTitanium.gitignore
0 → 100644
View file @
1ae18edc
# Build folder and log file
build/
build.log
This diff is collapsed.
Click to expand it.
gitignore-master/ArchLinuxPackages.gitignore
0 → 100644
View file @
1ae18edc
*.tar
*.tar.*
*.jar
*.exe
*.msi
*.zip
*.tgz
*.log
*.log.*
*.sig
pkg/
src/
This diff is collapsed.
Click to expand it.
gitignore-master/Autotools.gitignore
0 → 100644
View file @
1ae18edc
# http://www.gnu.org/software/automake
Makefile.in
/ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap
.deps/
.dirstamp
# http://www.gnu.org/software/autoconf
autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.log
/config.status
/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
# http://www.gnu.org/software/m4/
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
# Generated Makefile
# (meta build system like autotools,
# can automatically generate from config.status script
# (which is called by configure script))
Makefile
This diff is collapsed.
Click to expand it.
gitignore-master/C++.gitignore
0 → 100644
View file @
1ae18edc
# 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
This diff is collapsed.
Click to expand it.
gitignore-master/C.gitignore
0 → 100644
View file @
1ae18edc
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
This diff is collapsed.
Click to expand it.
gitignore-master/CFWheels.gitignore
0 → 100644
View file @
1ae18edc
# unpacked plugin folders
plugins/**/*
# files directory where uploads go
files
# DBMigrate plugin: generated SQL
db/sql
# AssetBundler plugin: generated bundles
javascripts/bundles
stylesheets/bundles
This diff is collapsed.
Click to expand it.
gitignore-master/CMake.gitignore
0 → 100644
View file @
1ae18edc
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
This diff is collapsed.
Click to expand it.
gitignore-master/CONTRIBUTING.md
0 → 100644
View file @
1ae18edc
# Contributing guidelines
We’d love you to help us improve this project. To help us keep this collection
high quality, we request that contributions adhere to the following guidelines.
-
**Provide a link to the application or project’s homepage**
. Unless it’s
extremely popular, there’s a chance the maintainers don’t know about or use
the language, framework, editor, app, or project your change applies to.
-
**Provide links to documentation**
supporting the change you’re making.
Current, canonical documentation mentioning the files being ignored is best.
If documentation isn’t available to support your change, do the best you can
to explain what the files being ignored are for.
-
**Explain why you’re making a change**
. Even if it seems self-evident, please
take a sentence or two to tell us why your change or addition should happen.
It’s especially helpful to articulate why this change applies to
*everyone*
who works with the applicable technology, rather than just you or your team.
-
**Please consider the scope of your change**
. If your change specific to a
certain language or framework, then make sure the change is made to the
template for that language or framework, rather than to the template for an
editor, tool, or operating system.
-
**Please only modify *one template* per pull request**
. This helps keep pull
requests and feedback focused on a specific project or technology.
In general, the more you can do to help us understand the change you’re making,
the more likely we’ll be to accept your contribution quickly.
If a template is mostly a list of files installed by a particular version of
some software (e.g. a PHP framework) then it's brittle and probably no more
helpful than a simple
`ls`
. If it's not possible to curate a small set of
useful rules, then the template might not be a good fit for this collection.
Please also understand that we can’t list every tool that ever existed.
Our aim is to curate a collection of the
*most common and helpful*
templates,
not to make sure we cover every project possible. If we choose not to
include your language, tool, or project, it’s not because it’s not awesome.
This diff is collapsed.
Click to expand it.
gitignore-master/CUDA.gitignore
0 → 100644
View file @
1ae18edc
*.i
*.ii
*.gpu
*.ptx
*.cubin
*.fatbin
This diff is collapsed.
Click to expand it.
gitignore-master/CakePHP.gitignore
0 → 100644
View file @
1ae18edc
# CakePHP 3
/vendor/*
/config/app.php
/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
/app/tmp/*
/app/Config/core.php
/app/Config/database.php
/vendors/*
This diff is collapsed.
Click to expand it.
gitignore-master/ChefCookbook.gitignore
0 → 100644
View file @
1ae18edc
.vagrant
/cookbooks
# Bundler
bin/*
.bundle/*
.kitchen/
.kitchen.local.yml
This diff is collapsed.
Click to expand it.
gitignore-master/Clojure.gitignore
0 → 120000
View file @
1ae18edc
Leiningen.gitignore
\ No newline at end of file
This diff is collapsed.
Click to expand it.
gitignore-master/CodeIgniter.gitignore
0 → 100644
View file @
1ae18edc
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/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/
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
…
12
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment