Skip to content

Commit

Permalink
git: ignore errmsg.sys and typescript, better diff header for C/C++ f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
vuvova committed Aug 27, 2014
1 parent 422b99e commit f883f3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.c diff=cpp
*.h diff=cpp
*.cc diff=cpp
*.ic diff=cpp
*.cpp diff=cpp
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*.ninja
.ninja_*
.gdb_history
errmsg.sys
typescript
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f883f3e

Please sign in to comment.