diff options
author | Stijn Buys <ingar@osirion.org> | 2016-04-08 22:35:22 +0200 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2016-04-08 22:35:22 +0200 |
commit | 74f075cd1c89b38d689cbd76a55af2677530c0af (patch) | |
tree | 20846634ab0e2ce88c4a5c837b2b5f439082a368 | |
parent | d7b480990c91aa9b09a855b98aa19b3f496690b3 (diff) |
Added .gitignore (thanks to illwieckz)
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d484fef --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +Makefile.in +aclocal.m4 +autom4te.cache +compile +configure +config.h.in +depcomp +install-sh +missing + |