Skip to content
Snippets Groups Projects
Commit 487588b7 authored by Loïc Correnson's avatar Loïc Correnson Committed by Andre Maroneze
Browse files

[ivette] revert to initial headers filter

parent d17613a8
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
case "$1" in case "$1" in
Makefile.distrib | *.json | src/dome/doc/* | */.eslintrc.js | headers/* ) Makefile.distrib | *.json | src/dome/doc/* | */.eslintrc.js )
echo "$1: .ignore" echo "$1: .ignore"
;; ;;
*Make* | src/*/*.js* | src/*/*.ts* | src/*/*.ml*) *Make* | src/*/*.js* | src/*/*.ts* | src/*/*.ml*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment