Skip to content

Commit

Permalink
add the empty directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Bechir-Brahem committed Feb 12, 2024
1 parent 2e466c7 commit d720a8e
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
BasedOnStyle: LLVM
IndentWidth: 4

UseTab: Never
ColumnLimit: 80
AlignConsecutiveAssignments: false
AlignConsecutiveMacros: true
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.cproject
.project
bin/
.settings
*.aux
*.log
*.out
*.toc
*.o
*.so
build/**
RELEASE.txt
Testing/

*.pyc
*/__pycache__/*

1 change: 1 addition & 0 deletions cmake/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions extra/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit d720a8e

Please sign in to comment.