diff options
author | Robin Gareus <robin@gareus.org> | 2016-03-17 13:25:07 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-07-31 19:38:30 -0400 |
commit | fa6bea2a7cd2bc682c41bd388ef697274aaf8c37 (patch) | |
tree | 95d652cc4e807f793841d7168bb99586fc3da6b8 /.gitignore | |
parent | e2f90ca5d3e2f59fa3f5f7a104048efb7f7fc099 (diff) | |
download | lv2-fa6bea2a7cd2bc682c41bd388ef697274aaf8c37.tar.xz |
Add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73aa78d --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# generated files and folders +.waf-* +.lock-waf* +/build +NEWS +*.pyc + +# misc editor/tools +*.swp +cscope.* +tags |