diff options
author | Jan Engelhardt <jengelh@inai.de> | 2012-10-08 14:55:39 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@inai.de> | 2012-10-08 14:56:14 +0200 |
commit | c9753bf8e2bcc6510ca88133eaa79da1d9616550 (patch) | |
tree | 9905cf7dfa404af68f2517668440a463c0a5ed36 | |
parent | af9ae9053e35f2861b9fcdf175500bdce42e597d (diff) |
Update .gitignore
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a83525b --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.deps/ +.libs/ +Makefile +Makefile.in +*.o +*.la +*.lo + +/aclocal.m4 +/autom4te.cache/ +/build-aux/ +/config.* +/configure +/libtool + +/doxygen.cfg +/*.pc +/stamp-h1 |