aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-03-22 13:58:16 +0100
committerKarel Kočí <cynerd@email.cz>2015-03-22 13:58:16 +0100
commit793d2952b42ccc9df627103f600c9fe965a6f993 (patch)
tree00b0b79afb9a8096c8385bd6b92de2109a9136d7
parent5d5872e8e8b5a5b76d93b46165fe2ecb677cb798 (diff)
downloadavr-ioe-793d2952b42ccc9df627103f600c9fe965a6f993.tar.gz
avr-ioe-793d2952b42ccc9df627103f600c9fe965a6f993.tar.bz2
avr-ioe-793d2952b42ccc9df627103f600c9fe965a6f993.zip
Add *.o to gitignore
To ignore output obj files.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 53e303d..3731604 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
.*
!/.gitignore
+*.o
trash