소스 검색

Added Eclipse and Windows gitignore files

gamussa 14 년 전
부모
커밋
bbdf02867f
2개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      Global/Eclipse.gitignore
  2. 5 0
      Global/Windows.gitignore

+ 8 - 1
Global/Eclipse.gitignore

@@ -1,3 +1,10 @@
 *.pydevproject
 .project
-
+.metadata
+tmp/**
+*.tmp
+*.bak
+tmp/**/*
+*.swp
+*~.nib
+local.properties

+ 5 - 0
Global/Windows.gitignore

@@ -0,0 +1,5 @@
+#Windows images caches
+Thumbs.db 
+
+#Folder config file
+Desktop.ini