diff options
author | Karel Klíč <kklic@localhost.localdomain> | 2009-10-07 09:03:17 +0200 |
---|---|---|
committer | Karel Klíč <kklic@localhost.localdomain> | 2009-10-07 09:03:17 +0200 |
commit | 01c00832d83b71ac68af257c41dca98e46a34fd7 (patch) | |
tree | 75578b5aa65c89abf55801044b4a7c3e8807bb2c /.gitignore | |
parent | 9c73df1918760eaa3b28cb88becd8a9aef52379e (diff) | |
download | abrt-01c00832d83b71ac68af257c41dca98e46a34fd7.tar.gz abrt-01c00832d83b71ac68af257c41dca98e46a34fd7.tar.xz abrt-01c00832d83b71ac68af257c41dca98e46a34fd7.zip |
.gitignore file with intermediary files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7d9e2b45 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +*.o +*.lo +*.la +po/*.po +po/*.gmo +.deps +.libs +*~ +Makefile +Makefile.in +m4 +missing +ABOUT-NLS +aclocal.m4 +autom4te.cache +config.guess +config.log +config.h +config.h.in +config.rpath +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +po/Makevars.template +po/POTFILES +po/Rules-quot +po/abrt.pot +po/boldquot.sed +po/en@boldquot.header +po/en@quot.header +po/insert-header.sin +po/quot.sed +po/remove-potcdate.sed +po/remove-potcdate.sin +po/stamp-po +py-compile +src/Applet/abrt-applet +src/CLI/abrt-cli +src/Daemon/abrtd +src/Hooks/abrt_exception_handler.py +src/Hooks/dumpoops +src/Hooks/hookCCpp +stamp-h1 |