diff options
author | Derick Huth <derickhuth@gmail.com> | 2015-05-07 14:41:10 -0600 |
---|---|---|
committer | Derick Huth <derickhuth@gmail.com> | 2015-05-07 14:41:10 -0600 |
commit | 6eb2b89896da66a77d0dcdf2d72b98c122826949 (patch) | |
tree | 6c8174dadfe11a2a515c29940872a02d81f8d990 /.gitignore | |
parent | e6b89c668036ff8424455d3d1d1a5d79a063fc92 (diff) | |
parent | f5c39e4c6ff55520948c2ef331c968cd84b817d9 (diff) | |
download | chill-6eb2b89896da66a77d0dcdf2d72b98c122826949.tar.gz chill-6eb2b89896da66a77d0dcdf2d72b98c122826949.tar.bz2 chill-6eb2b89896da66a77d0dcdf2d72b98c122826949.zip |
Merge pull request #6 from dhuth/master
Adding Autotool Files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab90a6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# http://www.gnu.org/software/automake + +#Makefile.in + +# http://www.gnu.org/software/autoconf + +#/autom4te.cache +#/aclocal.m4 +#/compile +#/configure +#/depcomp +#/install-sh +#/missing +#/stamp-h1 + +#/omega/autom4te.cache +#/omega/aclocal.m4 +#/omega/compile +#/omega/depcomp +#/omega/install-sh +#/omega/missing + |