summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@gmx.de>2014-10-19 10:41:33 +0200
committerAndreas Regel <andreas.regel@gmx.de>2016-03-31 18:50:49 +0200
commit7714e8f77183480aa356df454bfa8144e3cd36b4 (patch)
tree17425fb20783564e514d6ab0d4e4ae3043441daf
parent1e01a8963f9ab95ba40ddb44a6c166b8e546053d (diff)
downloadgraphlcd-base-7714e8f77183480aa356df454bfa8144e3cd36b4.tar.gz
graphlcd-base-7714e8f77183480aa356df454bfa8144e3cd36b4.tar.bz2
Add .gitignore file to ignore shared libraries, object and dependency files.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2d1bf8b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.d
+*.o
+*.so*