557a10bd | # Ignore the following files when committing |
4eb8de8d | # Ignore object an archive files *.[oa] # Ignore libraries |
557a10bd | *.so |
4eb8de8d | # Ignore windows libraries *.dll # Ignore vim lock files |
557a10bd | *.swp *.swo |
4eb8de8d | # Ignore |
557a10bd | *~ |
4eb8de8d | # Ignore hidden files |
32a66936 | .* |
4eb8de8d | # Do not ignore hidden .gitignore |
32a66936 | !.gitignore |
4eb8de8d | # Do not ignore gsl libraries !libgsl.a !libgslcblas.a !libgsl.dll |
6cade34f | !libgslcblas.dll |
7f2e6bdc | # Ignore data and inst |
a726763a | # data/* # inst/* |
7f2e6bdc | # Ignore |
8185a8dc | |
c312137c | .Rproj.user |