summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mana.files6
-rwxr-xr-xupdate-creator.sh3
2 files changed, 7 insertions, 2 deletions
diff --git a/mana.files b/mana.files
index 1c3f10f8..1208ad25 100644
--- a/mana.files
+++ b/mana.files
@@ -1,5 +1,8 @@
+./CMakeCache.txt
+./CMakeFiles/CMakeRuleHashes.txt
+./CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
+./CMakeFiles/TargetDirectories.txt
./CMakeLists.txt
-./config.h
./data/CMakeLists.txt
./data/fonts/CMakeLists.txt
./data/fonts/Makefile.am
@@ -64,6 +67,7 @@
./src/chatlog.h
./src/client.cpp
./src/client.h
+./src/CMakeFiles/mana.dir/link.txt
./src/CMakeLists.txt
./src/commandhandler.cpp
./src/commandhandler.h
diff --git a/update-creator.sh b/update-creator.sh
index edda5613..b8cfd550 100755
--- a/update-creator.sh
+++ b/update-creator.sh
@@ -1,5 +1,6 @@
#!/bin/sh
-find -name \*.cpp \
+find -path ./libs -prune -path ./CMake -prune \
+ -o -name \*.cpp \
-o -name \*.h \
-o -name \*.am \
-o -name \*.txt \