OSDN Git Service

add .gitignore file
authorryuz <ryuz@users.sourceforge.jp>
Mon, 4 Oct 2010 10:40:27 +0000 (19:40 +0900)
committerryuz <ryuz@users.sourceforge.jp>
Mon, 4 Oct 2010 10:40:27 +0000 (19:40 +0900)
初回 .gitignoreファイル追加

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..5630c47
--- /dev/null
@@ -0,0 +1,28 @@
+# configurator files
+*.i
+kernel_id.h
+kernel_cfg.c
+
+# output files
+*.elf
+*.bin
+*.hex
+*.mot
+*.map
+*.exe
+
+# liblary files
+*.a
+*.lib
+
+# object files
+*.o
+*.obj
+
+# VC++ file
+*.vcxproj.*
+*.vcproj.*
+*.suo
+*.sdf
+Debug/
+Release/