mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 03:56:28 +08:00
Update .gitattributes
This commit is contained in:
parent
eb0afc98ec
commit
286b441bed
4 changed files with 2 additions and 1143 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -2,7 +2,9 @@
|
|||
*.cs linguist-language=Java
|
||||
*.py linguist-language=Python
|
||||
*.cpp linguist-language=C++
|
||||
*.hpp linguist-language=C++
|
||||
*.c linguist-language=C++
|
||||
*.h linguist-language=C++
|
||||
*.go linguist-language=Go
|
||||
*.js linguist-language=JavaScript
|
||||
*.ts linguist-language=JavaScript
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
add_executable(include
|
||||
include_test.c
|
||||
uthash.h
|
||||
include.h print_util.h
|
||||
list_node.h tree_node.h)
|
|
@ -14,8 +14,6 @@
|
|||
#include <time.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "uthash.h"
|
||||
|
||||
#include "list_node.h"
|
||||
#include "tree_node.h"
|
||||
#include "print_util.h"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue