From 60817ccb46fe09ba6b05f193c97bcee236793b1d Mon Sep 17 00:00:00 2001 From: Paul deGrandis Date: Mon, 22 Feb 2016 08:18:52 -0500 Subject: [PATCH] Add a gitignore --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ecb64f --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# Project related +mk + +# Go related + +# Java related +pom.xml +*.class + +# Python +*.pyc +*.pyo +/__pycache__/ + +# Ruby +#Gemfile.lock +.sass-cache/ + +# Temp Files +*.orig +*~ +.*.swp +.*.swo +*.tmp +*.bak + +# Editors (IntelliJ / Eclipse) +*/.idea +.idea +*/.classpath +.classpath +*/.project +.project +*/.settings +.settings + +# OS X +.DS_Store + +# Logging +*.log +/logs/ + +# Builds +*.o +out/