Clean git status view.
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 21 Mar 2015 15:07:57 +0000 (16:07 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Sat, 21 Mar 2015 15:07:57 +0000 (16:07 +0100)
.gitignore [new file with mode: 0644]
config.h [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..a28370d
--- /dev/null
@@ -0,0 +1,18 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+bin
+config.guess
+config.log
+config.status
+config.sub
+configure
+missing
+src/.deps
+src/.dirstamp
+*.o
+stamp-h1
+depcomp
+install-sh
+config.h.in
diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..a130365
--- /dev/null
+++ b/config.h
@@ -0,0 +1,26 @@
+/* config.h.  Generated from config.h.in by configure.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* Name of package */
+#define PACKAGE "genetic"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "bugz@dlugolecki.net.pl"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "Genetic"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "Genetic 0.1"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "genetic"
+
+/* Define to the home page for this package. */
+#define PACKAGE_URL "http://dlugolecki.net.pl/software/genetic/"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.1"
+
+/* Version number of package */
+#define VERSION "0.1"