Giter VIP home page Giter VIP logo

Comments (4)

MockbaTheBorg avatar MockbaTheBorg commented on August 21, 2024 1

I will take a look at this one and try to come up with a solution that cover all the bases. Will definitely use your suggestions.

from runcpm.

MockbaTheBorg avatar MockbaTheBorg commented on August 21, 2024

It should not. Once RunCPM is built they should not be required anymore.
Can you give it a try and let me know?

from runcpm.

drawkula avatar drawkula commented on August 21, 2024

After addding targets and intermediate results to .gitignore:

RunCPM/RunCPM$ quiet make posix clean
RunCPM/RunCPM$ quiet make posix build
RunCPM/RunCPM$ ls RunCPM lua/lua{,c} # not listing the *.[ao] files
lua/lua  lua/luac  RunCPM
RunCPM/RunCPM$ git status
On branch master+more-gitignore
nothing to commit, working tree clean

This looks ok.

RunCPM$ tail -8 .gitignore 
# RunCPM targets and intermediate files
RunCPM/RunCPM
RunCPM/main.o

RunCPM/lua/*.o
RunCPM/lua/liblua.a
RunCPM/lua/lua
RunCPM/lua/luac

Ignoring all Lua stuff could have been a oneliner but I wanted to separate executables, libraries and the object files.

For other ports additions (*.exe and maybe more) will bee needed.

Keeping all built stuff in e.g. build/$(SYS) might even be better and will not need updating .gitignore when additional platforms, targets and intermediates show up.

from runcpm.

MockbaTheBorg avatar MockbaTheBorg commented on August 21, 2024

I did a change to .gitignore ... I will close for now ... but then we can add more files if something appears.

from runcpm.

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.