summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add cscope.out to git ignore.prathamesh.kulkarni2021-06-241-0/+1
| | | | | | ChangeLog: * .gitignore: Add entry for cscope.out.
* Sync .gitignore with binutils-gdbSimon Marchi2020-12-021-0/+7
| | | | * .gitignore: Sync with binutils-gdb
* Add .cache to git ignore.Martin Liska2020-11-161-0/+1
| | | | | | ChangeLog: * .gitignore: Add cache as clangd uses it now.
* Add .clang-tidy to git ignored.Martin Liska2020-06-121-0/+1
| | | | | | | | Installed as obvious. ChangeLog: * .gitignore: Add .clang-tidy.
* Add .clangd and compile_commands.json to .gitignore.Martin Liska2019-08-281-0/+2
| | | | | | | | | 2019-08-28 Martin Liska <mliska@suse.cz> * .gitignore: Add .clangd and compile_commands.json to .gitignore. From-SVN: r275004
* .gitignore: Ignore in-tree prerequisites.Jason Merrill2016-09-091-0/+6
| | | | From-SVN: r240055
* Add clang-format config to contrib folderMartin Liska2015-11-191-0/+2
| | | | | | | | | * .gitignore: Add .clang-format to ignored files. * Makefile.in: Add clang-format. * Makefile.tpl: Likewise. * clang-format: New file. From-SVN: r230601
* Local Vim config with GNU formatting.Yury Gribov2014-12-091-0/+3
| | | | | | | | | | | | | | | 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com> Yury Gribov <y.gribov@samsung.com> / * .gitignore: Added .local.vimrc and .lvimrc. * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets. * Makefile.in: Regenerate. contrib/ * vimrc: New file. From-SVN: r218514
* Ignore gcc_update outputRichard Henderson2014-06-181-0/+4
| | | | From-SVN: r211815
* * .gitignore: Import from gdb repository.Jason Merrill2013-01-101-0/+42
From-SVN: r195087