Browse Source

Build system: Add a .gitignore

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
pull/62/head
Ian Jackson 9 years ago
parent
commit
2ab836ecea
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .gitignore

+ 7
- 0
.gitignore View File

@@ -0,0 +1,7 @@
*.o
*.so
lib*.so.*
*~
debian/wiringPi
debian/wiringpi-*.deb
gpio/gpio

Loading…
Cancel
Save