mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 14:03:14 +00:00
.gitignore: add some rules for tagging programs
Often, we miss committing new files, and 'arc diff' is supposed to warn us about this. Unfortunately, because of the spurious output of the command (due to unignored untracked files), we tend to ignore it and lose information. llvm-svn: 225588
This commit is contained in:
parent
0a750c5cd8
commit
72850a2b3c
7
.gitignore
vendored
7
.gitignore
vendored
@ -24,6 +24,13 @@
|
|||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
# Explicit files to ignore (only matches one).
|
# Explicit files to ignore (only matches one).
|
||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
|
# Various tag programs
|
||||||
|
/tags
|
||||||
|
/TAGS
|
||||||
|
/GPATH
|
||||||
|
/GRTAGS
|
||||||
|
/GSYMS
|
||||||
|
/GTAGS
|
||||||
.gitusers
|
.gitusers
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
cscope.files
|
cscope.files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user