summaryrefslogtreecommitdiff
path: root/other/analysis/gen-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/analysis/gen-file.sh')
-rw-r--r--other/analysis/gen-file.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/analysis/gen-file.sh b/other/analysis/gen-file.sh
index 8c320acf..019bd8f9 100644
--- a/other/analysis/gen-file.sh
+++ b/other/analysis/gen-file.sh
@@ -43,6 +43,7 @@ echo "#include <random>" >> amalgamation.cc
43put auto_tests/check_compat.h 43put auto_tests/check_compat.h
44 44
45FIND_QUERY="find . '-(' -name '*.cc' -or -name '*.c' '-)'" 45FIND_QUERY="find . '-(' -name '*.cc' -or -name '*.c' '-)'"
46FIND_QUERY="$FIND_QUERY -and -not -wholename './_build/*'"
46FIND_QUERY="$FIND_QUERY -and -not -wholename './super_donators/*'" 47FIND_QUERY="$FIND_QUERY -and -not -wholename './super_donators/*'"
47FIND_QUERY="$FIND_QUERY -and -not -wholename './toxav/*.cc'" 48FIND_QUERY="$FIND_QUERY -and -not -wholename './toxav/*.cc'"
48FIND_QUERY="$FIND_QUERY -and -not -wholename './toxcore/*.cc'" 49FIND_QUERY="$FIND_QUERY -and -not -wholename './toxcore/*.cc'"