diff options
author | Michael Gratton <mike@vee.net> | 2019-04-22 22:17:43 +1000 |
---|---|---|
committer | Michael Gratton <mike@vee.net> | 2019-04-22 22:17:43 +1000 |
commit | 6b61395c2dd6c032630fc74b6ceff90dc903399a (patch) | |
tree | 05f29e4a0b656a6f062960ec35c6cb05cc99b981 /gmodule | |
parent | ce961e2722a40f0d00bb1f16b14468563324a60f (diff) | |
download | glib-6b61395c2dd6c032630fc74b6ceff90dc903399a.tar.gz |
build: Remove */.gitignore files
Since out-of-source-tree builds are now used after switching to meson,
we don't need .gitignore files in the source directories to ignore
build artifacts.
This fixes build errors when doing a meson build after an autotools
build, because generated files such as gio/xdp-dbus.c won't show up in
a `git status`, or be removed by a `git clean -f`, and so it won't be
obvious that such files need to be removed for the meson build to
succeed.
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gmodule/.gitignore b/gmodule/.gitignore deleted file mode 100644 index e44c5c646..000000000 --- a/gmodule/.gitignore +++ /dev/null @@ -1 +0,0 @@ -gmoduleconf.h |