From 60876039bfd65a2672fb030c66e2992b7bd25004 Mon Sep 17 00:00:00 2001 From: Bharath Ramsundar Date: Wed, 16 May 2018 10:50:29 -0700 Subject: [PATCH 1/3] Adding gitignore file --- .gitignore | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index abeefe7c1..03822dee2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,35 @@ -gh-pages/ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +# HELib generates executables with trailing _x +*_x + From ac4f963b62aee52e17d1ddef8da3f4909320c97d Mon Sep 17 00:00:00 2001 From: Bharath Ramsundar Date: Wed, 16 May 2018 13:15:38 -0700 Subject: [PATCH 2/3] Adding vim and mac files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 03822dee2..c915e09b3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,13 @@ *.exe *.out *.app + # HELib generates executables with trailing _x *_x +# Vim files +*.swp +*.swo + +# Mac files +*.DS_Store From e3d6b729bc531f3ba971d83603695f370c1449c5 Mon Sep 17 00:00:00 2001 From: Bharath Ramsundar Date: Wed, 16 May 2018 13:17:51 -0700 Subject: [PATCH 3/3] Adding back in gh-pages --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c915e09b3..e5b3a3490 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ # Mac files *.DS_Store + +# GH-pages (copied over from original .gitignore) +gh-pages/