diff options
author | Arun Isaac | 2021-04-26 14:02:17 +0530 |
---|---|---|
committer | Arun Isaac | 2021-04-26 14:02:17 +0530 |
commit | cc36e190808522db39f9980942cf28fd4660a9ee (patch) | |
tree | 60f10ec555b08a5ff0c4275a7600f490436b3a3a | |
parent | d9ed716f24cb93086333a789befcfe0ee3ee2a4b (diff) | |
download | ccwl-cc36e190808522db39f9980942cf28fd4660a9ee.tar.gz ccwl-cc36e190808522db39f9980942cf28fd4660a9ee.tar.lz ccwl-cc36e190808522db39f9980942cf28fd4660a9ee.zip |
Add .gitignore.
* .gitignore: New file.
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2519657 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.go +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +build-aux/install-sh +build-aux/missing +config.log +config.status +configure +pre-inst-env +scripts/ccwl +test-suite.log +tests/*.log +tests/*.trs |