Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
More updates to .gitignore files to try to get control of what files …
Browse files Browse the repository at this point in the history
…to keep int the repo
  • Loading branch information
daminton committed Dec 6, 2022
1 parent 5995943 commit 4a5a999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 58 deletions.
59 changes: 2 additions & 57 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*
# Now, whitelist anything that's a directory
!*/
!*/python
# whitelist only the files that ever need to be tracked
!*.f90
!*.sh
Expand All @@ -13,72 +12,18 @@
!paper/paper.md
!paper/paper.bib
!README.swifter
!*.in
dump*
!example/cleanup
!example/swifter_symba_omp
!Makefile
src/*/Makefile
!Makefile.Defines
src/*/Makefile.Defines
!**/.gitignore
!.gitignore
!*.py
!*.ipynb
!examples/**
*ipynb_checkpoints

#fxdr library
!fxdr*/*.c
!fxdr*/*.F
!fxdr*/*.3f
!fxdr*/*.h
!fxdr*/*.inc
!fxdr*/cxdrreal64
!fxdr*/test.orig.xdr
!fxdr*/test_read_only.xdr
!fxdr*/configure/
!fxdr*/README*
!fxdr*/Makefile.bak
!fxdr*/Makefile.fxdr
!fxdr*/Makefile.tmpl
!fxdr*/Defines.*

#collresolve
!collresolve/*.c
!collresolve/*.h
!collresolve/*.py
!collresolve/Makefile.am
!collresolve/configure.ac
!collresolve/cambioni2019/*.h
!collresolve/cambioni2019/*.c
collresolve/config.h



#Documentation
!docs/*
!docs/*/*
!docs/*/*/*
!README_figs/*

python/swiftest/tests/convert_code_type/swift2swifter/pl.swift2swifter.in

python/swiftest/tests/convert_code_type/swift2swifter/tp.swift2swifter.in

python/swiftest/tests/convert_code_type/swift2swiftest/cb.swift2swiftest.in

python/swiftest/tests/convert_code_type/swift2swiftest/pl.swift2swiftest.in

python/swiftest/tests/convert_code_type/swift2swiftest/tp.swift2swiftest.in

python/swiftest/tests/convert_code_type/swifter2swiftest/cb.swifter2swiftest.in

python/swiftest/tests/convert_code_type/cb.swifter2swiftest.in

python/swiftest/tests/convert_code_type/swifter2swiftest/pl.swifter2swiftest.in

python/swiftest/tests/convert_code_type/swifter2swiftest/tp.swifter2swiftest.in

!python/swiftest/requirements.txt

bin/
build/*
2 changes: 1 addition & 1 deletion examples/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
**/simdata/*


0 comments on commit 4a5a999

Please sign in to comment.