diff options
author | Nikias Bassen | 2021-06-07 02:01:35 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-06-07 03:41:07 +0200 |
commit | 046b26150e004a8ac740e699c6c3e11be29e8f11 (patch) | |
tree | 8f59597463dccd81ca180a87668e53864c4b09ae /.gitignore | |
download | libimobiledevice-glue-046b26150e004a8ac740e699c6c3e11be29e8f11.tar.gz libimobiledevice-glue-046b26150e004a8ac740e699c6c3e11be29e8f11.tar.bz2 |
Initial check-in of sources
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
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 |