From 386330123fd8efe2bdae47c9a235baa5d217d603 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 3 Oct 2017 21:17:50 +0200 Subject: Add gitignore file --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c800d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/.lock-waf* +/.waf-[0-9]*/ +/build/ + +.DS_Store +.DS_Store? +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db -- cgit v1.2.1