mirror of
https://github.com/krahets/hello-algo.git
synced 2025-02-02 22:43:50 +08:00
Update .gitattributes
This commit is contained in:
parent
eb0afc98ec
commit
286b441bed
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2,7 +2,9 @@
|
|||||||
*.cs linguist-language=Java
|
*.cs linguist-language=Java
|
||||||
*.py linguist-language=Python
|
*.py linguist-language=Python
|
||||||
*.cpp linguist-language=C++
|
*.cpp linguist-language=C++
|
||||||
|
*.hpp linguist-language=C++
|
||||||
*.c linguist-language=C++
|
*.c linguist-language=C++
|
||||||
|
*.h linguist-language=C++
|
||||||
*.go linguist-language=Go
|
*.go linguist-language=Go
|
||||||
*.js linguist-language=JavaScript
|
*.js linguist-language=JavaScript
|
||||||
*.ts linguist-language=JavaScript
|
*.ts linguist-language=JavaScript
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
add_executable(include
|
add_executable(include
|
||||||
include_test.c
|
include_test.c
|
||||||
uthash.h
|
|
||||||
include.h print_util.h
|
include.h print_util.h
|
||||||
list_node.h tree_node.h)
|
list_node.h tree_node.h)
|
@ -14,8 +14,6 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "uthash.h"
|
|
||||||
|
|
||||||
#include "list_node.h"
|
#include "list_node.h"
|
||||||
#include "tree_node.h"
|
#include "tree_node.h"
|
||||||
#include "print_util.h"
|
#include "print_util.h"
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user