GustavoLCR
55c56206d0
Add libr/include/sdb
to .gitignore ( #17549 )
2020-08-31 12:44:00 +08:00
Anton Kochkov
ffe743ef39
Fix #4056 - rename DEPS to R2DEPS ##build ( #17020 )
...
* Rename DEPS to R2DEPS
* Cleanup of sys/build.sh
2020-06-12 10:49:28 +08:00
Florian Märkl
edf1be10d1
Refactor Meta out of SDB ( #16716 )
2020-05-09 20:49:28 +02:00
Riccardo Schirone
06ab29b93c
Compile new shell parser by default ( #16660 )
...
* Move radare2-shell-parser/tree-sitter into shlr
* compile new shell parser by default, available with cfg.newshell variable
* Add README for radare2-shell-parser
* Improve CI
* Add gitattributes file
2020-04-21 13:44:30 +02:00
Anton Kochkov
4c3524fdd2
Ignore capstone archive if downloaded
2020-03-31 23:05:09 +08:00
Anton Kochkov
3d22c9e151
Ignore compiled r2r
2020-03-31 11:27:11 +08:00
Riccardo Schirone
4ebd400fa7
Very simple tree sitter integration ( #15414 ) ##command
...
* tree-sitter-integration: support tmp-seek, arged, and interpret commands
* Make meson automatically download tree-sitter and radare2-shell-parser grammar
* Add tree-sitter/radare2-shell-parser directories in gitignore
* Add Support for tree-sitter in acr/makefile
* Just use one script to download 3rd party repositories in shlr
* Use cfg.newshell
2019-11-06 10:33:23 +01:00
Armin Weihbold
9b9103e00a
Enhance drm
command, add drm xmm0
functionality ( #15214 ) ##debug
...
* Add shorthand versions of `drm` - `drm[bwdq]`
* Add mmx register to linux-x64
2019-10-10 04:40:08 +02:00
Lowly Worm
fb45282657
ignore ccls cache
2019-06-09 17:06:07 -07:00
Riccardo Schirone
58ae11607a
Create script to apply style to diffs ( #11261 )
...
* restore tabs size to 8 chars
* fixes clang-format-diff for function declaration
* DEVELOPERS: explain pre-commit hook
* sys/pre-commit: do not consider unstaged changes
* sys/pre-commit: change doc
* create an example in doc
* suggest --no-verify
2018-09-26 10:49:16 +02:00
Miles Whittaker
a32ba803f4
Scripted dynamic building of alpine docker image ( #11515 )
2018-09-16 23:05:03 +02:00
Maijin
1e429810eb
Add VStudio Code in gitignore
2018-09-08 19:07:48 +02:00
Florian Märkl
a214324311
Add __pycache__ to gitignore ( #11260 )
2018-08-26 16:00:52 +02:00
Maijin
a095f6f3f0
Add shlr/capstone/ in .gitignore
2018-08-14 09:59:27 +02:00
Riccardo Schirone
4b2e1359ab
shlr/meson: use source path to store capstone directory ( #10993 )
...
* shlr/meson: use an option to chose whether to use builddir or not
2018-08-10 10:31:17 +02:00
Aaron McDaniel
84de3fc2b4
Initial doxygen config
2018-06-15 23:57:04 +02:00
Simos Xenitellis
555e88a1a4
Added snap packaging support ( #10286 )
...
* Moved snapcraft.yaml to root directory
* Updated .gitignore for temporary snap files
2018-06-08 01:24:53 +02:00
Aaron McDaniel
086d1ac97e
Added clang_complete and tags.r2 to .gitignore
2018-05-31 02:32:07 +02:00
Riccardo Schirone
8dff0e0106
Fix #9682 ( #9810 )
...
* core: fix a couple of segfaults when dealing with large inputs
* core: clone matched flags before executing @@, to prevent UAF
* check for NULLs
* gitignore: ignore autosave Emacs files
* libr/flag: remove assert header
2018-04-05 18:27:26 +02:00
Florian Märkl
ff6073fae2
Ignore files from CLion and CMake ( #9632 )
2018-03-08 15:26:31 +01:00
Lowly Worm
f4842a8073
ignore compile_commands.json
2018-01-05 19:38:29 -08:00
xarkes
aeac3d001c
Translated meson.bat to sys/meson.py ( #9011 )
...
Cf https://github.com/radare/radare2/issues/8690
2017-12-13 15:07:01 +01:00
xarkes
861648ad49
Renamed sdb models to .sdb.txt ( #8463 )
2017-09-13 09:20:34 +02:00
Maijin
5080a7b625
Update gitignore with *.txt files
2017-09-04 13:27:23 +02:00
Giovanni
b7c004f8a7
Fix some coverity bugs
2017-08-24 11:43:16 +02:00
xarkes
221b312046
Meson builds generates sdb files (+build clean) ( #8035 )
2017-07-26 23:15:41 +02:00
Lowly Worm
949efc35e8
ignore some binaries
2017-07-04 14:00:53 -07:00
Lowly Worm
c88e4ef13b
ignore infer static analysis output and cscope
2017-06-29 22:18:20 -07:00
Lowly Worm
4162a24e55
gitignore this .DS_Store crap
2017-06-17 08:38:45 -07:00
xarkes
a4a48386db
Ignore meson scripts ( #7751 )
...
Add VS2017 project generation
2017-06-15 22:17:59 +02:00
Xiangyu Zhu
bc3555b833
Modify RLang plugins for Py2/py3 support
...
* Add alias field
* use RTLD_LOCAL
2017-05-28 01:50:08 +02:00
Maijin
5f51d46450
Add build/ (meson build) in gitignore)
2017-05-15 00:14:24 +02:00
xarkes
926f024909
Improved MSVC support (WIP)
2017-05-09 14:25:57 +02:00
Giovanni
03260db88a
Added windows data to ignore
2017-02-13 17:05:40 +01:00
Maijin
6c229ee54e
Add clang-format in gitignore
2017-02-11 00:08:56 +01:00
Maijin
2bfa5fbdc5
Add spp config.h to gitignore
2016-12-20 00:03:11 +01:00
Jeffrey Crowell
bf95f88fe8
ignore kdev4 garbage
2016-08-25 23:23:58 -04:00
Maijin
5d418c0009
Adding bindings .gitignore
...
Adding bindings .gitignore
2016-07-17 23:06:56 +02:00
Jeffrey Crowell
2074db03f2
also needs .pyc for ycm extras in gitignore
2016-06-17 14:44:41 +00:00
Jeffrey Crowell
4d90f07d12
add youcompleteme files to gitignore
2016-06-17 14:32:54 +00:00
Anton Kochkov
636a1fea00
Fix CID 1356011
2016-05-24 10:57:17 +03:00
Ahmed Mohamed Abd El-MAwgood
cd3ce9ab4e
Fixing overflow in the string array
2016-05-17 14:44:52 +02:00
XVilka
d77a47593f
Improve Mingw32 building script
2016-05-06 21:09:23 +03:00
Maijin
a93a0f1ec9
Add sys/mingw32.bat in gitignore
2016-05-02 16:56:51 +02:00
Daniel Domínguez
71beec242e
Coredump generation for Mach0 binaries
2016-04-05 12:03:59 +02:00
Maijin
2657607d09
Add .nconfig.tmp to gitignore
2016-03-25 11:18:02 +01:00
Mizari
59d614edf1
Added drw/arw command + r_reg_arena_set_bytes
2016-03-22 11:48:42 +01:00
Maijin
5bfa1ce4e3
Add binr/ranal2/ranal2 in .gitignore
...
Add binr/ranal2/ranal2 in .gitignore
2016-02-27 19:24:52 +01:00
oddcoder
0dbc534e85
Adding tags file to .gitignore
2016-02-24 18:13:16 +01:00
Maijin
a1088bdbf9
Add *.dSYM in gitignore
...
Add *.dSYM in gitignore
2016-02-23 17:40:07 +01:00