From 5a77f0550c20afc7ebfc516ecc0d83e2c2e7b9a6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 25 Mar 2017 12:20:53 +0100 Subject: [PATCH] gitignore --- .gitignore | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7147115 --- /dev/null +++ b/.gitignore @@ -0,0 +1,76 @@ +# ignore file +# + +!.gitignore + +# +# OS specific +# +# MacOS +.DS_Store + +# Windows +Thumbs.db +Thumbs.db:encryptable + + +# +# Editors / debuggers / other output files +# +*~ +*.bak +*.orig +*.patch +*.diff +callgrind.out.* + +# +# Git stuff +# +# stgit directories +patches-* +.git/ +*.rej + + +# +# IDE & other softwares +# +/.settings/ +/.externalToolBuilders/* +# exclude in all levels +nbproject/private/ +*.ffs_db + +# +# Eclipse +# +*.pydevproject +.metadata +.gradle +tmp/ +*.tmp +*.swp +*~.nib +local.properties +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ +/node_modules +/npm-debug.* + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + +# TeXlipse plugin +.texlipse + +