summaryrefslogtreecommitdiff
path: root/.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
commitb5fd253af366cae059f7e2f0db8a261076e39e81 (patch)
tree9e281333b914edeca346a7e765a2dfb6ecd4fd4a /.gitignore
parent478b94b9454361446a981851a00f2f92062d4b66 (diff)
downloadclang-b5fd253af366cae059f7e2f0db8a261076e39e81.tar.gz
Add .gitignore file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..ddd66380ad
--- /dev/null
+++ b/.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