misc: Add a gitignore file based on the current hgignore
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
parent
d4c1600c4e
commit
d7f18fa6fa
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
build
|
||||||
|
parser.out
|
||||||
|
parsetab.py
|
||||||
|
cscope.files
|
||||||
|
cscope.out
|
||||||
|
*.pyc
|
||||||
|
*~
|
||||||
|
.*.swp
|
||||||
|
m5out
|
||||||
|
/src/doxygen
|
||||||
|
/ext/dramsim2/DRAMSim2
|
||||||
|
/ext/mcpat/regression/*/*.out
|
||||||
|
/util/m5/*.o
|
||||||
|
/util/m5/*.a
|
||||||
|
/util/m5/m5
|
Loading…
Reference in a new issue