From bf62bcc6ae5bcdf0de60767f61bbda07fddbac15 Mon Sep 17 00:00:00 2001
From: Omar Awile <omar.awile@inf.ethz.ch>
Date: Tue, 10 Apr 2012 15:13:54 +0200
Subject: [PATCH] ignoring some build files

---
 .gitignore       | 34 ++++++++++++++++++++++++++++++++++
 aclocal.m4       |  4 ++--
 src/ppm_define.h |  2 --
 3 files changed, 36 insertions(+), 4 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d466d24
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+# ./
+configure
+config.status
+config.log
+include
+objects
+autom4te.cache
+lib
+Makefile
+aclocal.m4
+src/ppm_define.h
+
+# output files
+*.out
+*.sub
+*.dat
+*.o
+*.mod
+*.log
+
+# src/interpolate/test/
+src/interpolate/test/ppm_test_interp_m2p
+src/interpolate/test/ppm_test_interp_p2m
+
+# src/neighlist/test/
+src/neighlist/test/ppm_test_inl2d
+src/neighlist/test/ppm_test_inl2d_2
+src/neighlist/test/ppm_test_inl3d
+src/neighlist/test/ppm_test_inl3d_2
+
+
+# temporary files
+*.swp
+*~
diff --git a/aclocal.m4 b/aclocal.m4
index da1dccb..b2dfb7e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,7 +1,7 @@
-# generated automatically by aclocal 1.10 -*- Autoconf -*-
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006  Free Software Foundation, Inc.
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
diff --git a/src/ppm_define.h b/src/ppm_define.h
index 91803f6..e69de29 100644
--- a/src/ppm_define.h
+++ b/src/ppm_define.h
@@ -1,2 +0,0 @@
-#define __MPI
-#define __FFTW
-- 
GitLab