diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-05 11:38:56 -0700 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-05 11:38:56 -0700 |
commit | 9e280fe2badb15cf747470397f76bda3b132857a (patch) | |
tree | 294d1522a3069b35d433ded9605c80c0fd0b475d /.gitignore | |
download | mktrayicon-9e280fe2badb15cf747470397f76bda3b132857a.tar.gz mktrayicon-9e280fe2badb15cf747470397f76bda3b132857a.tar.bz2 mktrayicon-9e280fe2badb15cf747470397f76bda3b132857a.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0331bbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app |