initial commit
This commit is contained in:
93
.gitignore
vendored
Normal file
93
.gitignore
vendored
Normal file
@ -0,0 +1,93 @@
|
|||||||
|
### Generic ###
|
||||||
|
|
||||||
|
# VIM
|
||||||
|
*.sw*
|
||||||
|
*.vim*
|
||||||
|
*.obsession*
|
||||||
|
|
||||||
|
# misc. garbage
|
||||||
|
*.bak
|
||||||
|
*.old*
|
||||||
|
~*
|
||||||
|
*~
|
||||||
|
-
|
||||||
|
|
||||||
|
# Damn you steve jobs!!!!
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# vscope
|
||||||
|
.vscode/*
|
||||||
|
*.code-workspace
|
||||||
|
.history/
|
||||||
|
|
||||||
|
# potential credentials
|
||||||
|
*.pem
|
||||||
|
*.secret
|
||||||
|
**/credentials.json
|
||||||
|
**/client_secrets.json
|
||||||
|
**/client_secret.json
|
||||||
|
*creds*
|
||||||
|
*.dat
|
||||||
|
*password*
|
||||||
|
*.httr-oauth*
|
||||||
|
*.env
|
||||||
|
!*.sample.env
|
||||||
|
|
||||||
|
# C/C++
|
||||||
|
*.o
|
||||||
|
*.out
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
.clirope
|
||||||
|
*.egg-info
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
coverage.json
|
||||||
|
htmlcov
|
||||||
|
*.spec
|
||||||
|
.coverage
|
||||||
|
|
||||||
|
# Archives
|
||||||
|
*.zip
|
||||||
|
*.tar
|
||||||
|
*.rar
|
||||||
|
*.tar.*
|
||||||
|
*.tzst
|
||||||
|
*.tgz
|
||||||
|
*.txz
|
||||||
|
*.zst
|
||||||
|
*.gz
|
||||||
|
|
||||||
|
# Multimedia
|
||||||
|
*.xcf
|
||||||
|
*.svg
|
||||||
|
*.jpg
|
||||||
|
*.jpeg
|
||||||
|
*.png
|
||||||
|
*.avif
|
||||||
|
*.gif
|
||||||
|
*.pdf
|
||||||
|
*.gv
|
||||||
|
!img/*.jpg
|
||||||
|
!img/*.png
|
||||||
|
!img/*.svg
|
||||||
|
!img/*.gv
|
||||||
|
|
||||||
|
# CMake
|
||||||
|
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
cmake_install.cmake
|
||||||
|
.cmake
|
||||||
|
.skbuild-info.json
|
||||||
|
CMakeInit.txt
|
||||||
|
|
||||||
|
### Project-specific ###
|
||||||
|
|
||||||
|
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "bardak"]
|
||||||
|
path = bardak
|
||||||
|
url = https://github.com/maybeetree/bardak
|
1
bardak
Submodule
1
bardak
Submodule
Submodule bardak added at 23fb53e85b
Reference in New Issue
Block a user