aboutsummaryrefslogtreecommitdiff
path: root/clang/.gitignore
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-18 23:05:36 +0000
committerEric Christopher <echristo@apple.com>2011-07-18 23:05:36 +0000
commit6fdc34054f9947268621bb66736c8a653eca6b20 (patch)
treee7ec1bf43e15de6888c1795b9ac27322da98c0a3 /clang/.gitignore
parent4ce2e4f28947f28b5bbedd624f79ccb655395809 (diff)
downloadllvm-6fdc34054f9947268621bb66736c8a653eca6b20.zip
llvm-6fdc34054f9947268621bb66736c8a653eca6b20.tar.gz
llvm-6fdc34054f9947268621bb66736c8a653eca6b20.tar.bz2
Add .gitignore file.
llvm-svn: 135440
Diffstat (limited to 'clang/.gitignore')
-rw-r--r--clang/.gitignore25
1 files changed, 25 insertions, 0 deletions
diff --git a/clang/.gitignore b/clang/.gitignore
new file mode 100644
index 0000000..ddd6638
--- /dev/null
+++ b/clang/.gitignore
@@ -0,0 +1,25 @@
+#==============================================================================#
+# This file specifies intentionally untracked files that git should ignore.
+# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html
+#
+# This file is intentionally different from the output of `git svn show-ignore`,
+# as most of those are useless.
+#==============================================================================#
+
+#==============================================================================#
+# File extensions to be ignored anywhere in the tree.
+#==============================================================================#
+# Temp files created by most text editors.
+*~
+# Merge files created by git.
+*.orig
+# Byte compiled python modules.
+*.pyc
+# vim swap files
+.*.swp
+
+#==============================================================================#
+# Explicit files to ignore (only matches one).
+#==============================================================================#
+cscope.files
+cscope.out