Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2012-11-08 20:06:11 +0000
committerSergey Prigogin2012-11-08 21:34:54 +0000
commit91449f909446835aae67d31310719d0c29ccec21 (patch)
tree985ecde627769ec7d70d6c2255f2a731a8ee7086 /.gitignore
parent62172624543e782b437489f1f2c797be2e318f9e (diff)
downloadorg.eclipse.cdt-91449f909446835aae67d31310719d0c29ccec21.tar.gz
org.eclipse.cdt-91449f909446835aae67d31310719d0c29ccec21.tar.xz
org.eclipse.cdt-91449f909446835aae67d31310719d0c29ccec21.zip
Ignore NFS-created files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2b8d68958c1..51524d8fa7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/*/*/index
/*/*/target
.DS_Store
+.nfs*

Back to the top