-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (32 loc) · 732 Bytes
/
.gitignore
File metadata and controls
40 lines (32 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# if files are already added and commit apply this ignore list with:
# git clean -Xf
# OS generated files
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
# maven target-files (compiled runtimes, javadocs and test-results)
target/
# Compiled source
*.com
*.class
*.dll
*.exe
*.o
*.so
#Android-Files
*.dex
*.ap_
#Lyx-Temporaries
*.lyx~
#Octave-Files
*.m~
*.m~~
octave-core
#Latex-Temporaries
*.blg
*.synctex.gz
*.out #seems to risky because of c-programs
#may an xcode developer check http://blog.illuminex.com/2009/10/better-sample-gitignore-file-for-xcode.html
~
~