summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorArnie Reynoso <arnier@ti.com>2013-02-19 10:20:15 -0800
committerChris Ring <cring@ti.com>2013-02-23 12:20:12 -0800
commit54fa164e681c60a356a108118f22fea32773ccb7 (patch)
tree3669be0708e5c7e2de066b109c856986480af3e1 /.gitignore
downloadipc-54fa164e681c60a356a108118f22fea32773ccb7.tar.gz
Initial commit
These sources roughly match the 'ipc-j09' tag from the previously internal development repo.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore37
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..743d7f0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+# BIOS stuff
+package/
+lib/
+bin/
+.libraries*
+.dlls
+.executables
+.interfaces
+.xdcenv.mak
+package.mak
+packages/ti/sdo/*/*.p*
+packages/ti/sdo/ipc/family/doc-files/procNames.html
+packages/ti/sdo/ipc/*.h
+packages/ti/sdo/ipc/*/*.h
+packages/ti/sdo/ipc/*/*/*.h
+packages/ti/sdo/utils/*.h
+packages/ti/ipc/family/omapl138/VirtQueue.h
+packages/ti/ipc/family/tci6614/Interrupt.h
+packages/ti/ipc/family/tci6614/NotifySetup.h
+packages/ti/ipc/family/tci6614/VirtQueue.h
+packages/ti/ipc/family/tci6638/Interrupt.h
+packages/ti/ipc/family/tci6638/NotifyCircSetup.h
+packages/ti/ipc/family/tci6638/VirtQueue.h
+packages/ti/ipc/namesrv/NameServerRemoteRpmsg.h
+packages/ti/ipc/remoteproc/Resource.h
+packages/ti/ipc/transports/TransportVirtio.h
+packages/ti/ipc/transports/TransportVirtioSetup.h
+
+# Linux stuff
+/autom4te.cache
+/config.log
+/config.status
+/libtool
+.deps/
+/Makefile
+/linux/etc/Makefile
+/linux/src/*/Makefile \ No newline at end of file