From 4bce6db08ca9199eca3293c6a03f4b2babc09841 Mon Sep 17 00:00:00 2001 From: Michi Date: Thu, 11 Dec 2014 16:09:44 +0100 Subject: [PATCH 1/2] include .c in montecarlo/src/ for the randomkit files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7b4979ae3b9..e0f489f9d44 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__ # Ignore .c files by default to avoid including generated code. If you want to # add a non-generated .c extension, use `git add -f filename.c`. *.c +!tardis/montecarlo/src/.c # Other generated files */version.py From 6a14e242072e696cfa50c193ecedaa5d92d110eb Mon Sep 17 00:00:00 2001 From: Michi Date: Thu, 11 Dec 2014 16:14:47 +0100 Subject: [PATCH 2/2] add a * to .c --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e0f489f9d44..e4d132bcfd7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ __pycache__ # Ignore .c files by default to avoid including generated code. If you want to # add a non-generated .c extension, use `git add -f filename.c`. *.c -!tardis/montecarlo/src/.c +!tardis/montecarlo/src/*.c # Other generated files */version.py