From 6238ef6d9efef7e61f2cd5b18b6c09e18b09fe4a Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 7 Sep 2016 15:31:11 -0500 Subject: Use .gitignore instead of .hgignore Now that we've switched to git, let's use Git's ignore file instead of Mercurial's. --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b497167 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +aclocal.m4 +autom4te.cache +configure +libtool +Makefile +Makefile.in +stamp-h1 +config +config.h +config.h.in +config.log +config.status +example-deconstructor +example-deconstructor-alt +example-reformatter +example-reformatter-alt +run-dumper +run-emitter +run-loader +run-parser +run-scanner +.deps +.libs +*.o +*.lo +*.la +*.pc -- cgit v1.2.1