File tree 1 file changed +89
-0
lines changed
1 file changed +89
-0
lines changed Original file line number Diff line number Diff line change
1
+ # git-ls-files --others --exclude-from=.git/info/exclude
2
+ # Lines that start with '#' are comments.
3
+
4
+ # Editor and misc backup files - anywhere
5
+ * ~
6
+ . * ~
7
+ . * .swp
8
+ * .bak
9
+ * .bak [0-9 ][0-9 ]
10
+ \# * \#
11
+
12
+ # File-browser settings - anywhere
13
+ .directory
14
+
15
+ # CVS recovered versions - anywhere
16
+ . # *
17
+
18
+ # Objects and archives - anywhere
19
+ * . [oa ]
20
+ * .la
21
+ * .so
22
+
23
+ # Derived files
24
+ lex.yy.c
25
+
26
+ # Corefiles
27
+ core
28
+
29
+ # Dependency files - anywhere
30
+ * .dep
31
+
32
+ # lnInclude (symlink) directories - anywhere
33
+ lnInclude
34
+
35
+ # Build directories - anywhere
36
+ linux * Clang * /
37
+ linux * Gcc * /
38
+ linux * Icc * /
39
+ solaris * Gcc * /
40
+ SunOS * Gcc * /
41
+ platforms /
42
+
43
+ # Reinstate wmake/rules that might look like build directories
44
+ ! wmake /rules /* /
45
+
46
+ # doxygen generated documentation
47
+ doc /Doxygen /html
48
+ doc /Doxygen /latex
49
+ doc /Doxygen /man
50
+ doc /Doxygen /DTAGS
51
+
52
+ # Generated files in the main directory (e.g. ReleaseNotes-?.?.html)
53
+ # and in the doc directory
54
+ /* .html
55
+ /doc /* .html
56
+
57
+ # Untracked configuration files
58
+ /etc /prefs.csh
59
+ /etc /prefs.sh
60
+ /etc /config.csh /prefs.csh
61
+ /etc /config.sh /prefs.sh
62
+
63
+ # Source packages - anywhere
64
+ * .tar.bz2
65
+ * .tar.gz
66
+ * .tar
67
+ * .tgz
68
+ * .gtgz
69
+
70
+ # Ignore the persistent .build tag in the main directory
71
+ /.build
72
+
73
+ # Ignore .timeStamp in the main directory
74
+ /.timeStamp
75
+
76
+ # Ignore .tags in the main directory
77
+ /.tags
78
+
79
+ # Ignore project files in the main directory
80
+ /.cproject
81
+ /.project
82
+ /.dir-locals.el
83
+ /.ycm *
84
+
85
+ # Ignore the test directory
86
+ /tutorialsTest
87
+
88
+ # Ignore log files
89
+ log. *
You can’t perform that action at this time.
0 commit comments