From 046b26150e004a8ac740e699c6c3e11be29e8f11 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 7 Jun 2021 02:01:35 +0200 Subject: Initial check-in of sources --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08da54b --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +*.[oa] +*~ +*.po +*.lo +*.la +autom4te.cache/* +*.in +*/.deps/* +m4/* +swig/* +*.swp +*.patch +aclocal.m4 +config.h +config.log +config.sub +config.guess +config.status +configure +depcomp +install-sh +compile +main +ltmain.sh +missing +mkinstalldirs +libtool +*Makefile +py-compile +stamp-h1 +src/.libs +src/libimobiledevice-glue-1.0.pc -- cgit v1.1-32-gdbae