Initial LCM contribution
[osm/LCM.git] / .gitignore-common
diff --git a/.gitignore-common b/.gitignore-common
new file mode 100644 (file)
index 0000000..f0f10bd
--- /dev/null
@@ -0,0 +1,35 @@
+# This is a template with common files to be igonored, after clone make a copy to .gitignore
+# cp .gitignore-common .gitignore
+
+*.pyc
+*.pyo
+
+#auto-ignore
+.gitignore
+
+#logs
+logs 
+
+#pycharm
+.idea
+
+#eclipse
+.project     
+.pydevproject
+.settings
+
+#local stuff files that end in ".local" or folders called "local"
+local
+osm_nbi/local
+osm_nbi/test/local
+
+#local stuff files that end in ".temp" or folders called "temp"
+*.temp
+osm_nbi/temp
+osm_nbi/test/temp
+
+#distribution and package generation
+build
+dist
+*.egg-info
+