Browse Source

update gitignore with commonly used (by me) out-of-source builddir names

pull/333/merge
Vladislav Vaintroub 9 years ago
committed by Sergei Golubchik
parent
commit
d894f7ceed
  1. 4
      .gitignore

4
.gitignore

@ -238,6 +238,10 @@ storage/mroonga/vendor/groonga/src/groonga-benchmark
storage/mroonga/vendor/groonga/src/suggest/groonga-suggest-create-dataset
storage/mroonga/mysql-test/mroonga/storage/r/information_schema_plugins.result
storage/mroonga/mysql-test/mroonga/storage/r/variable_version.result
xxx/*
yyy/*
zzz/*
# C and C++
# Compiled Object files

Loading…
Cancel
Save