diff options
author | Ernestas Kulik <ernestask@src.gnome.org> | 2017-02-23 19:10:37 +0200 |
---|---|---|
committer | Ernestas Kulik <ernestask@src.gnome.org> | 2017-02-24 00:24:27 +0200 |
commit | 728300331dc5caa6142704e0e4cd70004bf0037a (patch) | |
tree | a765b5c2b58ea6fd7055fe24b2f43811e0bbfeec /test | |
parent | 9edc580ca0b8dfc719a1cfb9a5c03e83fb56acc4 (diff) | |
download | nautilus-728300331dc5caa6142704e0e4cd70004bf0037a.tar.gz |
general: drop git.mk
This commit removes git.mk and adds hand-written gitignore files. That
is needed to ignore build/, which is the directory of choice for Meson
builds.
https://bugzilla.gnome.org/show_bug.cgi?id=778167
Diffstat (limited to 'test')
-rw-r--r-- | test/.gitignore | 6 | ||||
-rw-r--r-- | test/Makefile.am | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 000000000..06eb5d905 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,6 @@ +/test-eel-string-get-common-prefix +/test-eel-string-rtrim-punctuation +/test-file-utilities-get-common-filename-prefix +/test-nautilus-copy +/test-nautilus-directory-async +/test-nautilus-search-engine diff --git a/test/Makefile.am b/test/Makefile.am index 5591d60d4..e1b1e1a6c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -45,5 +45,3 @@ TESTS = test-file-utilities-get-common-filename-prefix \ EXTRA_DIST = \ test.h \ $(NULL) - --include $(top_srcdir)/git.mk |