From d3bec4e68619094b0f300d1cf567ba3b253ea724 Mon Sep 17 00:00:00 2001 From: Deyton Sehn Date: Sun, 17 Feb 2013 13:34:01 -0800 Subject: Ignore build directory and xcuserdata so Xcode-generated artifacts don't clog up index --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7f2f2e42..a02a70ef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ Doxyfile.help Makefile autom4te.cache/ +build/ command_list.txt confdefs.h config.h @@ -28,6 +29,7 @@ share/config.fish share/man/ toc.txt user_doc/ +xcuserdata xsel-1.2.0/ tests/*tmp.* tests/foo.txt -- cgit v1.2.3