This website requires JavaScript.
Explore
Help
Sign In
nortega
/
cpp-optimizations
Watch
1
Star
0
Fork
0
You've already forked cpp-optimizations
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d4ce91dc2d
cpp-optimizations
/
.gitignore
6 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit.
2022-05-03 12:06:05 +00:00
# ignore binaries
*.exe
Use object files instead of entire binary. Makes for less assembly code to look through.
2022-06-15 12:06:43 +00:00
*.o
Initial commit.
2022-05-03 12:06:05 +00:00
# ignore object dumps
*.dump
Reference in New Issue
Copy Permalink