From 06b33152e15336fc522f0c7a3d6781b7687eef26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jostein=20Kj=C3=B8nigsen?= Date: Sun, 24 May 2015 21:05:50 +0200 Subject: Improve .gitignore-file Currently all emacs-temp files are tracked. TAGS is for emacs' etags used to track symbols in code-files. Generated Makefiles from the build-process should also be ignored. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fbde7834de..8eee8d515c 100644 --- a/.gitignore +++ b/.gitignore @@ -164,6 +164,7 @@ node_modules/ *.metaproj.tmp .atom-build.json tags +TAGS # RIA/Silverlight projects Generated_Code/ @@ -222,6 +223,7 @@ $RECYCLE.BIN/ ### Linux ### *~ +\#*\# # KDE directory preferences .directory @@ -266,3 +268,4 @@ Vagrantfile CMakeFiles/ cmake_install.cmake CMakeCache.txt +Makefile -- cgit v1.2.3