diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2021-03-12 03:50:24 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2021-03-12 03:50:24 +0100 |
commit | 1a2d9c114cd20e0e28321f8eb7731fce50b888f5 (patch) | |
tree | 468071a0fa7bc84116989a6491bd57a8a89bb137 | |
parent | 7668b5731e9fb09225f06b3129a0af803ae4f029 (diff) | |
download | rcc-tools-1a2d9c114cd20e0e28321f8eb7731fce50b888f5.tar.gz rcc-tools-1a2d9c114cd20e0e28321f8eb7731fce50b888f5.tar.bz2 rcc-tools-1a2d9c114cd20e0e28321f8eb7731fce50b888f5.tar.xz rcc-tools-1a2d9c114cd20e0e28321f8eb7731fce50b888f5.zip |
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c22d8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*.o +*.lo +*.la +.libs +.deps +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.guess +config.h +config.log +config.status +config.sub +configure +compile +depcomp +install-sh +libtool +ltmain.sh +missing +rcc-recode +stamp-h1 +config.h.in |