From 620ba389c890af937e594528b9b54432773f2ecd Mon Sep 17 00:00:00 2001 From: BQ Date: Mon, 30 May 2016 18:35:36 +0100 Subject: [PATCH] Add git config. --- .gitattributes | 2 + .gitignore | 118 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..032c1bd1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto + diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f06ffdcc --- /dev/null +++ b/.gitignore @@ -0,0 +1,118 @@ + +### CMake ### + +CMakeCache.txt +CMakeFiles +CMakeScripts +Makefile +cmake_install.cmake +install_manifest.txt +CTestTestfile.cmake + +### Python ### + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*.class + +# virtualenv +venv/ +ENV/ + +### C/C++ ### + +# Compiled Object files +*.slo +*.lo +*.o +*.obj +*.ko +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll +*.so.* + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib +*.lo + +# Executables +*.exe +*.out +*.app + +### Xcode ### + +*.xcodeproj/ + +## Build generated +*.build/ +DerivedData/ + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ + +## Other +*.moved-aside +*.xccheckout +*.xcscmblueprint + +### VisualStudio ### + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates +*.userprefs # MonoDevelop/Xamarin + +[Oo]bj/ +[Ll]og/ +.vs/ +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc +