From 1ca69927f1b1a319871f2cf9d855798ecfc78860 Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Wed, 21 Sep 2016 11:03:58 +0900 Subject: [PATCH] gitignore: update git ignores --- .gitignore | 1 + src/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore index 6066e85..8c45dde 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .libs/ html/ latex/ +.autotools INSTALL Makefile.in README diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..73954b7 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +/Makefile \ No newline at end of file -- 2.34.1