Line-endings and ignored files settings

This commit is contained in:
Zbigniew Mandziejewicz
2015-04-03 22:09:58 +08:00
parent cb19354db4
commit 91c96bedbf
2 changed files with 55 additions and 0 deletions

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
text=auto
*.txt text
*.cpp text
*.h text
README text
LICENSE text

49
.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
# Created by https://www.gitignore.io
### Vim ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
### CMake ###
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
### C++ ###
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app