add the empty directories

This commit is contained in:
Bechir Braham 2024-02-12 19:00:41 +01:00
parent 2e466c7a73
commit d720a8e338
8 changed files with 30 additions and 0 deletions

7
.clang-format Normal file
View File

@ -0,0 +1,7 @@
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
ColumnLimit: 80
AlignConsecutiveAssignments: false
AlignConsecutiveMacros: true

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
.cproject
.project
bin/
.settings
*.aux
*.log
*.out
*.toc
*.o
*.so
build/**
RELEASE.txt
Testing/
*.pyc
*/__pycache__/*

1
cmake/.gitignore vendored Normal file
View File

@ -0,0 +1 @@

1
data/.gitignore vendored Normal file
View File

@ -0,0 +1 @@

1
examples/.gitignore vendored Normal file
View File

@ -0,0 +1 @@

1
extra/.gitignore vendored Normal file
View File

@ -0,0 +1 @@

1
src/.gitignore vendored Normal file
View File

@ -0,0 +1 @@

1
tests/.gitignore vendored Normal file
View File

@ -0,0 +1 @@