Giter VIP home page Giter VIP logo

Comments (6)

ptheywood avatar ptheywood commented on June 22, 2024

It may be worth modifying .gitignore to ignore the bin directories, requiring explicit forcing of file additions to this directory.

i.e replace

**/bin/**/*.exe
**/bin/**/cudart*.dll

with

**/bin/**

or even

**/bin

Furthermore I'm not sure why the existing rules are using ** not just *.

Update
**/bin means to ignore directories called bin any layer deep.
**/bin/** would imply all layers after any bin folder.

from flamegpu.

ptheywood avatar ptheywood commented on June 22, 2024

bin/x64/CirclesBruteForce_float_console.sh has also snuck into the repository.

from flamegpu.

ptheywood avatar ptheywood commented on June 22, 2024

bin/x64/MC_MSMPR_console.bat is also in the repo, without the related example MonteCarlo_MSMPR

@mondus is this example supposed to be in master? It has it's own branch but some files seem to have made it into master?

from flamegpu.

ptheywood avatar ptheywood commented on June 22, 2024

This involves rewriting history, will do this last, just before release.

from flamegpu.

ptheywood avatar ptheywood commented on June 22, 2024

Several iterations/*.XML files have also snuck into the repository.

See https://github.com/FLAMEGPU/FLAMEGPU/tree/release-1.5/examples/CirclesBruteForce_float/iterations

from flamegpu.

ptheywood avatar ptheywood commented on June 22, 2024

Some history re-written via:

'git rm --cached --ignore-unmatch ./bin/linux-x64/CirclesBruteForce_float_console.sh ' \
--prune-empty --tag-name-filter cat -- --all
git filter-branch --force --index-filter \
'git rm --cached --ignore-unmatch ./bin/x64/Release_Console/CirclesBruteForce_float_console' \
--prune-empty --tag-name-filter cat -- --all

I'm not going to go hunting further though history for bad files, just those which are still present.

from flamegpu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.