diff options
author | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-19 12:32:09 +0000 |
---|---|---|
committer | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-19 12:32:09 +0000 |
commit | d666ba1d875a144be328143d4693ce217f973eaa (patch) | |
tree | 9bd3a39bf02de03eef899fbbd13c59cea15633df /.gitignore | |
parent | 662e1c6157aef32941da443cb1bb8b76b6d384ed (diff) | |
download | gcc-d666ba1d875a144be328143d4693ce217f973eaa.tar.gz |
Add clang-format config to contrib folder
* .gitignore: Add .clang-format to ignored files.
* Makefile.in: Add clang-format.
* Makefile.tpl: Likewise.
* clang-format: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ab97ac67cb4..c9a6158bc4e 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ TAGS.sub .local.vimrc .lvimrc +.clang-format + .gdbinit .gdb_history |