.gitignore: Added a .gitignore file.

This commit is contained in:
David Korth 2019-05-11 10:51:10 -04:00
parent 2815a42515
commit 8beb75a7ba

19
.gitignore vendored Normal file
View 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