diff options
author | Jani Välimaa <wally@mageia.org> | 2020-01-03 13:08:18 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-01-03 13:08:18 +0200 |
commit | efe41d4451a85955ad4642ae538d7d4d0663cb68 (patch) | |
tree | 66535bfb10c13ebbc4e37b44f59b0ebe14c006a7 | |
parent | bedac34897a299417e8179b0455a2f2346096d75 (diff) | |
download | rpm-setup-efe41d4451a85955ad4642ae538d7d4d0663cb68.tar rpm-setup-efe41d4451a85955ad4642ae538d7d4d0663cb68.tar.gz rpm-setup-efe41d4451a85955ad4642ae538d7d4d0663cb68.tar.bz2 rpm-setup-efe41d4451a85955ad4642ae538d7d4d0663cb68.tar.xz rpm-setup-efe41d4451a85955ad4642ae538d7d4d0663cb68.zip |
Add .gitignore
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a92c38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +.deps/ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +compile +config.guess +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +m4/ +macros-perarch +make_arch_macrosfiles.sh +missing +rpmgenplatform + |