diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-02-02 00:25:49 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-02-02 00:25:49 +0100 |
commit | f0a5d2c3c4d6cfccc46c2dd3d6a37e2b7e74d710 (patch) | |
tree | 7d1ee89085c32d3d6d99299d52cb25e9a18eaab1 /.gitignore | |
parent | 30a58fdd57504b6375ffac002b575c5fba17e4e1 (diff) |
Rewrite .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,3 +1,21 @@ -metastore +Makefile.dep + +/obj/ *.o -/debian + +/lib/ +*.so +*.so.* +*.a + +/bin/ + +/debian/ + +*~ +*.patch + +*.config +*.creator* +*.files +*.includes |