diff options
author | Nao Pross <naopross@thearcway.org> | 2017-10-25 23:40:31 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-10-25 23:40:31 +0200 |
commit | f7664e9009e80f9c5fa80046ae7b5dcbf2a7e3a8 (patch) | |
tree | 496612556620aa65a1728cb8d659ff7ce01fca4b /.gitignore | |
download | Essence-f7664e9009e80f9c5fa80046ae7b5dcbf2a7e3a8.tar.gz Essence-f7664e9009e80f9c5fa80046ae7b5dcbf2a7e3a8.zip |
First commit for electronics
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da0fa42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +**/build/* +**/build/**/* + +!**/build/*.pdf +**.swp |