diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-04-27 14:43:59 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-04-27 14:43:59 +0200 |
commit | 6bbaf9ab2683664d5ccba52cd44c0e2d3c89ca9c (patch) | |
tree | da311c609e5f7eec0c0712dda7eadcf1056ff9bd | |
parent | cd3ea493df12806b55a9725bf8714111f69b7c87 (diff) | |
download | vala-6bbaf9ab2683664d5ccba52cd44c0e2d3c89ca9c.tar.gz |
gitignore: Update and add some IDE files
-rw-r--r-- | .gitignore | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore index 1f8def72c..120e1929f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,34 +12,28 @@ Makefile .libs libvala-*.vapi +build-aux config.* aclocal.m4 autom4te.cache ChangeLog configure -depcomp INSTALL -install-sh libtool m4 -missing -ltmain.sh -ylwrap -compile stamp-h1 *.pc .tarball-version .version -.DS_Store *.gcda *.gcno coverage lcov.info -*~ - -build-aux/test-driver - tests/_test +*~ +.DS_Store +.vscode +Makecache |