mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed scripts from root folder
This commit is contained in:
parent
77a4ad5453
commit
57f0a40799
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
rm -f tags
|
||||
rm -f cscope.out
|
||||
ctags -R .
|
||||
cscope -R -b
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
rm -f valgrind.out
|
||||
#valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes --show-reachable=yes ./profanity
|
||||
valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes ./profanity -l DEBUG
|
Loading…
Reference in New Issue
Block a user