forked from teamnwah/openmw-tes3coop
Updated .gitignore file
Updated .gitignore file - added ignore rules for: *.a, *.o, cmake_install.cmake, moc_*.cxx files. Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
parent
8fb3263e3b
commit
6b3242f514
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -7,3 +7,7 @@ Docs/mainpage.hpp
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
*/CMakeFiles
|
*/CMakeFiles
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
moc_*.cxx
|
||||||
|
cmake_install.cmake
|
||||||
|
*.[ao]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue