diff options
author | Andreas Regel <andreas.regel@gmx.de> | 2014-10-19 10:41:33 +0200 |
---|---|---|
committer | Andreas Regel <andreas.regel@gmx.de> | 2016-03-31 18:50:49 +0200 |
commit | 7714e8f77183480aa356df454bfa8144e3cd36b4 (patch) | |
tree | 17425fb20783564e514d6ab0d4e4ae3043441daf | |
parent | 1e01a8963f9ab95ba40ddb44a6c166b8e546053d (diff) | |
download | graphlcd-base-7714e8f77183480aa356df454bfa8144e3cd36b4.tar.gz graphlcd-base-7714e8f77183480aa356df454bfa8144e3cd36b4.tar.bz2 |
Add .gitignore file to ignore shared libraries, object and dependency files.
-rw-r--r-- | .gitignore | 3 |
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* |