diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-23 21:15:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-23 21:15:25 +0000 |
commit | fdb38a1c7fddcde318081b7c4602406fa61c7035 (patch) | |
tree | fc99720de2d0bd8240e1fab580564c4fe486d276 /sim/.gitignore | |
parent | 39ab222a945c1a3ad0506fb30f43de104d3d29e5 (diff) | |
download | gdb-fdb38a1c7fddcde318081b7c4602406fa61c7035.zip gdb-fdb38a1c7fddcde318081b7c4602406fa61c7035.tar.gz gdb-fdb38a1c7fddcde318081b7c4602406fa61c7035.tar.bz2 |
sim: start a gitignore
Diffstat (limited to 'sim/.gitignore')
-rw-r--r-- | sim/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/.gitignore b/sim/.gitignore new file mode 100644 index 0000000..1322a87 --- /dev/null +++ b/sim/.gitignore @@ -0,0 +1,7 @@ +/*/gentmap +/*/run +/*/targ-* +/*/tconfig.h +/*/version.c + +/common/cconfig.h |