diff options
author | Jostein Kjønigsen <jostein@kjonigsen.net> | 2015-05-24 21:05:50 +0200 |
---|---|---|
committer | Jostein Kjønigsen <jostein@kjonigsen.net> | 2015-05-28 09:08:58 +0200 |
commit | 06b33152e15336fc522f0c7a3d6781b7687eef26 (patch) | |
tree | d5a36e828d0616e0335e3319bba5f384f709fe89 | |
parent | 300cc06e0c72ec3786216009efb7a7e9e9332031 (diff) | |
download | coreclr-06b33152e15336fc522f0c7a3d6781b7687eef26.tar.gz coreclr-06b33152e15336fc522f0c7a3d6781b7687eef26.tar.bz2 coreclr-06b33152e15336fc522f0c7a3d6781b7687eef26.zip |
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.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |