- updated .gitignore

Sun, 30 Mar 2014 21:53:20 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 30 Mar 2014 21:53:20 +0300
changeset 120
5ea0faefa82a
parent 119
bdf8d46c145f
child 121
b716d1902cd4

- updated .gitignore

.gitignore file | annotate | diff | comparison | revisions
CMakeLists.txt file | annotate | diff | comparison | revisions
--- a/.gitignore	Sun Mar 30 21:51:23 2014 +0300
+++ b/.gitignore	Sun Mar 30 21:53:20 2014 +0300
@@ -1,6 +1,6 @@
 build
-GitInformation.h
-EnumStrings.h
+gitinfo.h
+enumstrings.h
 untracked
 botc.kdev4
-.kdev4
\ No newline at end of file
+.kdev4
--- a/CMakeLists.txt	Sun Mar 30 21:51:23 2014 +0300
+++ b/CMakeLists.txt	Sun Mar 30 21:53:20 2014 +0300
@@ -47,7 +47,7 @@
 get_target_property (NAMEDENUMS_EXE namedenums LOCATION)
 
 add_custom_target (botc_enum_strings ALL
-    COMMAND ${NAMEDENUMS_EXE} ${BOTC_HEADERS} src/enumStrings.h
+    COMMAND ${NAMEDENUMS_EXE} ${BOTC_HEADERS} src/enumstrings.h
     WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
     DEPENDS namedenums)
 

mercurial