mirror of
https://github.com/MariaDB/server.git
synced 2025-04-12 18:25:38 +02:00
git: ignore errmsg.sys and typescript, better diff header for C/C++ files
This commit is contained in:
parent
422b99ed87
commit
f883f3ef86
2 changed files with 7 additions and 1 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
*.c diff=cpp
|
||||
*.h diff=cpp
|
||||
*.cc diff=cpp
|
||||
*.ic diff=cpp
|
||||
*.cpp diff=cpp
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,6 +10,8 @@
|
|||
*.ninja
|
||||
.ninja_*
|
||||
.gdb_history
|
||||
errmsg.sys
|
||||
typescript
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
CPackConfig.cmake
|
||||
|
@ -132,7 +134,6 @@ sql/gen_lex_hash
|
|||
sql/lex_hash.h
|
||||
sql/mysql_tzinfo_to_sql
|
||||
sql/mysqld
|
||||
sql/share/*/errmsg.sys
|
||||
sql/sql_builtin.cc
|
||||
sql/sql_yacc.cc
|
||||
sql/sql_yacc.h
|
||||
|
|
Loading…
Add table
Reference in a new issue