Browse Source

gitignore: Be more lax with the build folders

pull/35/head
Jean-Baptiste Kempf 11 years ago
parent
commit
99fff2293b
  1. 2
      .gitignore

2
.gitignore

@ -49,7 +49,7 @@ patches/*
include/vlc/libvlc_version.h
# Ignore build dirs
build-*
build*
contrib-*
install-*

Loading…
Cancel
Save