mirror of
https://github.com/GerbilSoft/mst06.git
synced 2025-06-19 03:55:33 -04:00
.gitignore: Added a .gitignore file.
This commit is contained in:
parent
2815a42515
commit
8beb75a7ba
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Filetypes.
|
||||||
|
*~
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
.directory
|
||||||
|
*.kate-swp
|
||||||
|
|
||||||
|
# Build directories.
|
||||||
|
/build*
|
||||||
|
|
||||||
|
# KDevelop project files.
|
||||||
|
*.kdev4
|
||||||
|
|
||||||
|
# CMake temproary files.
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
git_version.h
|
Loading…
Reference in New Issue
Block a user