diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-05-06 17:50:38 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-05-06 17:50:38 +0200 |
| commit | cf7f51a46201a944ac5409322d87577822690677 (patch) | |
| tree | 65b6a996ef042d2b1914ac2646788c9bcaef583a /.global.gitignore | |
| parent | 9ca450903335229ebb509378818689e91119fd25 (diff) | |
| download | dotfiles-cf7f51a46201a944ac5409322d87577822690677.tar.gz dotfiles-cf7f51a46201a944ac5409322d87577822690677.zip | |
git: add compile_commands.json into the global gitignore
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.global.gitignore')
| -rw-r--r-- | .global.gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.global.gitignore b/.global.gitignore index 2f84d31..8fcfad4 100644 --- a/.global.gitignore +++ b/.global.gitignore @@ -1,21 +1,21 @@ *.~ *.swp -*.lvimrc -.sass-cache +# CMake +build/ +compile_commands.json # Ruby thingies .rbx/ .rake_tasks .byebug_history +.sass-cache # KDE -build/ .kdev4/ *.kdev4 .kdev_include_paths .directory *.kate-swp -LLEGEIXME.txt *.kilepr .kateconfig |
