This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
capstone
Watch
1
Star
0
Fork
0
You've already forked capstone
mirror of
https://github.com/capstone-engine/capstone.git
synced
2024-11-23 05:29:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
next
capstone
/
.gitattributes
4 lines
96 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Fix language statistics by considering *.inc files to be C files. (#1078) Otherwise, they are considered to be PHP or C++ files, which causes GitHub's language statistics to show that Capstone is written mostly in PHP (42.2%) and C++ (33.1%), which is nonsense.
2018-01-14 12:40:54 +00:00
/arch/**/*.inc linguist-language=C
Change CI to create Debian Package to Release (#2521) * Updating CI to create Debian package and version is assigned by tag version. Also updating release CI to not use end-of-life workflows * Clear up usage of static libraries. - Python bindings only use the dynamic lib. But built and copied the static ones sometimes nonetheless. - Add toggles to build only static, static/dyn or only dynamic. --------- Co-authored-by: Rot127 <unisono@quyllur.org>
2024-11-04 12:32:53 +00:00
# Ensure shell scripts have LF line endings
*.sh text eol=lf
Reference in New Issue
Copy Permalink