21 lines
221 B
Text
21 lines
221 B
Text
|
# .gitignore
|
||
|
# Auteur : Anri KENNEL
|
||
|
# Email : kennel.anri@tutanota.com
|
||
|
# Date : 18/03/2023
|
||
|
|
||
|
# VSCode
|
||
|
compile_flags.txt
|
||
|
|
||
|
# Build
|
||
|
*.o
|
||
|
#custom
|
||
|
demo
|
||
|
|
||
|
# Dist
|
||
|
*_*-*.tgz
|
||
|
*_*-*.zip
|
||
|
*_*-*/
|
||
|
|
||
|
# Documentation
|
||
|
documentation/*/
|