Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: .gitignore

Issue 1006813013: Cleanup .gitignore file (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 8c94edf59cb2edeb34278e56f34687593286d1a9..2daff2e9e18931c046e1c269b721a795ca4b3dfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,26 +4,9 @@
# Ignore these filename patterns
*~
-*.gypcmd
-*.Makefile
-*.mk
-*.props
*.pyc
-*.pyc-2.4
*.pyo
-*.pyo-2.4
-*.rules
-*.sdf
-*.sln
-*.slo
*.swp
-*.suo
-*.targets
-*.user
-*.vcproj
-*.vcxproj
-*.vcxproj.filters
-*.xcodeproj/
testserver.log
# Ignore these directories wherever they appear
@@ -31,15 +14,12 @@ testserver.log
.project/
.pydevproject/
.settings/
-hg/
-toolchain/hg-build/
-toolchain/hg-log/
# toolchain_build/toolchain_build.py creates these.
-toolchain_build/cache/
-toolchain_build/git_cache/
-toolchain_build/out/
-toolchain_build/src/
+/toolchain_build/cache/
+/toolchain_build/git_cache/
+/toolchain_build/out/
+/toolchain_build/src/
# Ignore these absolute directories (relative to native_client directory)
/build/Debug/
@@ -65,9 +45,9 @@ toolchain_build/src/
/tests/spec2k/[0-9][0-9][0-9].*/
# These directories are created by pnacl/build.sh sync-sources
-pnacl/build/
-pnacl/git/
-pnacl/src/
+/pnacl/build/
+/pnacl/git/
+/pnacl/src/
# Ignore the hermetic cygwin used on windows toolchain builds.
-cygwin/
+/cygwin/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698