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

Side by Side Diff: .gitignore

Issue 205613002: Initial skeleton of Subzero. (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Address Mark's layout/style comments Created 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | LICENSE » ('j') | Makefile » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #==============================================================================#
2 # Inspired by LLVM's .gitignore
3 #==============================================================================#
JF 2014/03/21 02:11:30 I'm not sure you really need this.
Jim Stichnoth 2014/03/21 21:33:08 Done.
4
5 #==============================================================================#
6 # File extensions to be ignored anywhere in the tree.
7 #==============================================================================#
8 # Temp files created by most text editors.
9 *~
10 # Merge files created by git.
11 *.orig
12 # Byte compiled python modules.
13 *.pyc
14 # vim swap files
15 .*.swp
16 .sw?
17 *.o
18
19 #==============================================================================#
20 # Explicit files to ignore (only matches one).
21 #==============================================================================#
22 .gitusers
23 autom4te.cache
24 cscope.files
25 cscope.out
26 autoconf/aclocal.m4
27 autoconf/autom4te.cache
28 compile_commands.json
29 tags
30 llvm2ice
JF 2014/03/21 02:11:30 This builds in-tree?
Jim Stichnoth 2014/03/21 21:33:08 For now, yes. The real version will abandon the l
31 build/
OLDNEW
« no previous file with comments | « no previous file | LICENSE » ('j') | Makefile » ('J')

Powered by Google App Engine
This is Rietveld 408576698