Skip to content

Commit

Permalink
fix: exclude gitmodules from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed Mar 8, 2024
1 parent 3236a93 commit e7e5a54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

!.github
!.gitignore
!.gitmodules
!LICENSE
!README.md

Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs/doxygen/doxygen-awesome-css"]
path = docs/doxygen/doxygen-awesome-css
url = git@github.com:jothepro/doxygen-awesome-css.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TODO:
- [x] Package with Nix \[ "lib" "dev" "bin " ]
- [x] Add proper meson building (with subprojects)
- [x] Add proper CMake building (with FetchContent)
- [x] Add proper license :))))
- [x] Add proper license :)))
- [x] Remove CTRE fir xdg parsing
- [x] CI
- [x] Linux - Nix with { CMake, Meson } x { Gcc, Clang }
Expand Down

0 comments on commit e7e5a54

Please sign in to comment.