Initial commit
This commit is contained in:
parent
15831dabd6
commit
bc54546bc2
12 changed files with 558 additions and 1 deletions
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# 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
|
||||
|
||||
# Latex
|
||||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
*.synctex.gz
|
||||
*.bbl
|
||||
*.blg
|
||||
latex/*.pdf
|
||||
latex/*Notes.bib
|
||||
|
||||
# C++
|
||||
build
|
||||
bin
|
||||
prof
|
||||
debug
|
||||
test
|
||||
|
||||
# Score-p
|
||||
scorep*
|
||||
Loading…
Add table
Add a link
Reference in a new issue