From 981d905fd08d4565f306344c11c560a8479cbf75 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 7 Mar 2014 18:28:09 +0530 Subject: Initial commit Change-Id: Iae865d7dce78de83f0931d99b67455b9a0f12e1c Signed-off-by: Bala.FA --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e58548f --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.iml +*.o +*.pyc +*.swp +*.tmp +*~ +.deps +.idea +.project +.pydevproject +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +build-aux/depcomp +build-aux/install-sh +build-aux/missing +build-aux/py-compile +config.log +config.status +configure +tests/run_tests.sh +tests/run_tests_local.sh +nagios-server-addons-*.tar.gz +nagios-server-addons.spec -- cgit