OSDN Git Service

add microblaze PLB
[hos/hos-v4a.git] / .gitignore
index 5630c47..79dfd0a 100644 (file)
@@ -1,28 +1,56 @@
+#backup
+*.bak
+*~
+
 # configurator files
 *.i
 kernel_id.h
 kernel_cfg.c
+kernel_vct.c
 
 # output files
 *.elf
+*.axf
 *.bin
+*.out
 *.hex
 *.mot
 *.map
+*.lst
+*.abs
 *.exe
+*.x
 
 # liblary files
 *.a
 *.lib
+*.l
 
 # object files
+objs_*/
 *.o
 *.obj
+*.ro
 
 # VC++ file
 *.vcxproj.*
-*.vcproj.*
+!*.vcxproj.filters
+*.ipch
 *.suo
 *.sdf
+*.opensdf
+*.vcproj.*
+*.ncb
 Debug/
 Release/
+
+# release
+tools/make_release/hos-v4a
+*.zip
+*.lzh
+*.tgz
+*.tar.gz
+
+# setting
+.*
+!.gitignore