diff options
author | David Robillard <d@drobilla.net> | 2017-10-03 21:17:50 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-10-03 22:41:23 +0200 |
commit | 386330123fd8efe2bdae47c9a235baa5d217d603 (patch) | |
tree | 5fcebe925b09649ddf79aece149487f8729e735c /.gitignore | |
parent | d81712872564ee0e3d2c2351198499256a628803 (diff) | |
download | suil-386330123fd8efe2bdae47c9a235baa5d217d603.tar.gz suil-386330123fd8efe2bdae47c9a235baa5d217d603.tar.bz2 suil-386330123fd8efe2bdae47c9a235baa5d217d603.zip |
Add gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
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 |