diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -38,6 +38,7 @@ grammar.[ch]  grammar.output  tokens.[ch]  ylwrap +lex.backup  # i18n  gettext.h @@ -69,11 +70,16 @@ resources.[ch]  # Binaries  src/chrysalide  src/chrysalide-hub +src/rost  tools/d2c/d2c +tools/fuzzing/rost/fast-rost +tools/yara2rost/yara2rost +  # Misc  plugins/python/androperms/androperms.db  system/pkgconfig/chrysalide.pc +tools/fuzzing/rost/rost.dict  # Themes  *.ctm | 
