diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-01-18 17:26:45 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-01-18 17:26:45 +0400 |
commit | 5e37235d8726bf81ef8a343c62dc0b06de344337 (patch) | |
tree | a7b41ef2237be29e3198098d375db8967ab094ba /.gitignore | |
download | fastcgi-5e37235d8726bf81ef8a343c62dc0b06de344337.tar.gz |
Initial version0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b2d3d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.o +*~ +/aclocal.m4 +/autom4te.cache +/compile +/config.guess +/config.h.in +/config.sub +/configure +/depcomp +/install-sh +/missing +/stamp-h1 +Makefile +Makefile.in +license.c |