diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-05-11 19:59:47 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-05-29 19:53:17 +0200 |
commit | 9d5fda76bbe7edd954d2a5112f453b9a6f625cf1 (patch) | |
tree | a5a82a74d2e1359454890472fb31e91943a62367 /.gitignore | |
download | cuirass-9d5fda76bbe7edd954d2a5112f453b9a6f625cf1.tar cuirass-9d5fda76bbe7edd954d2a5112f453b9a6f625cf1.tar.gz |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fbb79fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.go +*.log +*.trs +/*.status +/INSTALL +/aclocal.m4 +/autom4te.cache/ +/build-aux/config.guess +/build-aux/config.sub +/build-aux/install-sh +/build-aux/missing +/configure +Makefile +Makefile.in +pre-inst-env +/bin/cuirass +/config.cache +/cache/ |