diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-08 16:37:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-08 16:37:15 +0200 |
commit | cf1ebc11bc8377e176caaa053f5f735ac6dd7dce (patch) | |
tree | 18eb65fe0adc863217835a9cd170f832a4560256 /.gitignore |
Start brep (build2 package repository server) project
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 |