This website requires JavaScript.
Explore
Help
Register
Sign In
OpenPunk
/
OpenFusion
Watch
1
Star
0
Fork
0
You've already forked OpenFusion
mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced
2024-11-05 06:50:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16c11dada0
OpenFusion
/
.gitignore
13 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow opening CMakeLists as a CMake project in VS Added another check just in case someone wants to do this for some reason. It's bad. You shouldn't do it.
2020-08-20 22:44:30 +00:00
.vscode/
inital commit
2020-08-18 20:42:30 +00:00
bin/*
notes.txt
Standardized Makefile. (#7) * Standardized Makefile. * Incremental compilation * C++ compilers are called CXX * Removed excessive comments for well-understood things * Added clean target * Proper .PHONY usage * Updated .gitignore for object files (+ ctags, and vim temp files) * Add mkdir -p bin.
2020-08-20 17:03:15 +00:00
config.ini
*.o
tags
*~
CMake build support (#8) * CMake build support * Make things nice for VS users Co-authored-by: Raymonf <Raymonf@users.noreply.github.com>
2020-08-20 19:59:54 +00:00
CMakeFiles/
CMakeCache.txt
Allow opening CMakeLists as a CMake project in VS Added another check just in case someone wants to do this for some reason. It's bad. You shouldn't do it.
2020-08-20 22:44:30 +00:00
build/
Removed CRs from .gitignore and an outdated comment in config.ini.
2020-08-24 17:34:12 +00:00
.vs/
.idea/
Reference in New Issue
Copy Permalink