From bb9bc9051629c3319c56785c2f4ae0e605d76329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 21 Nov 2015 14:51:17 +0100 Subject: Initial import of bitz-server version 0.1.6-1 --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a768d50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Some generics first +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a + +# autotools +autom4te.cache/* +aux-build/* +aclocal.m4 +config.h.in +configure +Makefile.in + +# eclipse +.project +.cproject +.settings/* +.pydevproject + +# swap files +*.swp + +# python +*.pyc + +# project specific +build/* + -- cgit v1.2.3