Add gitignore
This commit is contained in:
parent
7a4ddc86c1
commit
60aadd55ca
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
# 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
|
||||||
|
latex/mainNotes.bib
|
||||||
|
|
||||||
|
|
||||||
|
# C++ specifics
|
||||||
|
src/*
|
||||||
|
!src/Makefile
|
||||||
|
!src/*.cpp
|
||||||
|
!src/*.hpp
|
||||||
|
!src/*.py
|
||||||
|
!src/Doxyfile
|
||||||
|
!src/scripts
|
||||||
|
|
||||||
|
# Job
|
||||||
|
!src/job.script
|
||||||
Loading…
Reference in New Issue
Block a user