File tree 2 files changed +59
-0
lines changed
2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Auto detect text files and perform LF normalization
2
+ * text =auto
3
+
4
+ # Custom for Visual Studio
5
+ * .cs diff =csharp
6
+
7
+ # Standard to msysgit
8
+ * .doc diff =astextplain
9
+ * .DOC diff =astextplain
10
+ * .docx diff =astextplain
11
+ * .DOCX diff =astextplain
12
+ * .dot diff =astextplain
13
+ * .DOT diff =astextplain
14
+ * .pdf diff =astextplain
15
+ * .PDF diff =astextplain
16
+ * .rtf diff =astextplain
17
+ * .RTF diff =astextplain
Original file line number Diff line number Diff line change
1
+ * .class
2
+
3
+ # BlueJ files
4
+ * .ctxt
5
+
6
+ # Mobile Tools for Java (J2ME)
7
+ .mtj.tmp /
8
+
9
+ # Package Files #
10
+ * .jar
11
+ * .war
12
+ * .ear
13
+
14
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15
+ hs_err_pid *
16
+
17
+ # =========================
18
+ # Operating System Files
19
+ # =========================
20
+
21
+ # Windows
22
+ # =========================
23
+
24
+ # Windows thumbnail cache files
25
+ Thumbs.db
26
+ ehthumbs.db
27
+ ehthumbs_vista.db
28
+
29
+ # Folder config file
30
+ Desktop.ini
31
+
32
+ # Recycle Bin used on file shares
33
+ $RECYCLE.BIN /
34
+
35
+ # Windows Installer files
36
+ * .cab
37
+ * .msi
38
+ * .msm
39
+ * .msp
40
+
41
+ # Windows shortcuts
42
+ * .lnk
You can’t perform that action at this time.
0 commit comments