mirror of
https://github.com/GerbilSoft/mst06.git
synced 2025-06-18 11:35:31 -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