Kaynağa Gözat

Add a global .gitignore file now we're all using git

tags/0.6.3m1rc1
Chris Smith 15 yıl önce
ebeveyn
işleme
a5e649ed22
1 değiştirilmiş dosya ile 12 ekleme ve 0 silme
  1. 12
    0
      .gitignore

+ 12
- 0
.gitignore Dosyayı Görüntüle

@@ -0,0 +1,12 @@
1
+# git-ls-files --others --exclude-from=.git/info/exclude
2
+# Lines that start with '#' are comments.
3
+# For a project mostly in C, the following would be a good set of
4
+# exclude patterns (uncomment them if you want to use them):
5
+# *.[oa]
6
+# *~
7
+
8
+# /
9
+/build
10
+/dist
11
+/nbproject/private
12
+/plugins

Loading…
İptal
Kaydet