Skip to content

Commit

Permalink
Update .git* files
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed May 4, 2023
1 parent 544a66f commit ebdf7fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/modules/**/*.h linguist-language=C++
src/internal_modules/**/*.h linguist-language=C++
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ build.log

# clang
compile_commands.json
.cache

# gdb
.gdb_history
Expand All @@ -30,15 +31,17 @@ __pycache__/
# emacs
.#*
.dir-locals.el
TODO.org

# vim
*.sw[nop]

# clangd
.cache

# clion
.idea/

# ctags
/tags

# other
/Makefile
.unisonignore

0 comments on commit ebdf7fe

Please sign in to comment.