Преглед изворни кода

Adjust per-project .gitignore

Refer to http://git-scm.com/docs/gitignore
to see why this is appropriate
Richard Wackerbarth пре 9 година
родитељ
комит
a33e20b27d
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9
    0
      .gitignore

+ 9
- 0
.gitignore Прегледај датотеку

@@ -1,3 +1,12 @@
1
+// Our automatic versioning scheme generates the following file
2
+// NEVER put it in the repository
3
+_Version.h
4
+
5
+// All of the following OS, IDE and compiler generated file
6
+// references should be moved from this file
7
+// They are needed, but they belong in your global .gitignore
8
+// rather than in a per-project file such as this
9
+
1 10
 *.o
2 11
 applet/
3 12
 *~

Loading…
Откажи
Сачувај