diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-12-03 14:04:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-12-03 14:04:56 +0200 |
commit | 0ba8af59dbc3e7419a9ef24c6d4d466d6d64862c (patch) | |
tree | a2f4a1431d92779fd3adb5daae1b8945d4efa433 /.gitignore | |
parent | 3b56319cb635c71768106c01b04c5fd719b93242 (diff) |
Add .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e97827c --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Compiler/linker output. +# +*.o +*.d +*.so +*.a +core |