Skip to content

Commit e3de8fb

Browse files
author
Ksawery Możdżyński
committed
change .gitignore
1 parent 3081737 commit e3de8fb

File tree

1 file changed

+62
-54
lines changed

1 file changed

+62
-54
lines changed

.gitignore

Lines changed: 62 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,62 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Object files
5-
*.o
6-
*.ko
7-
*.obj
8-
*.elf
9-
10-
# Linker output
11-
*.ilk
12-
*.map
13-
*.exp
14-
15-
# Precompiled Headers
16-
*.gch
17-
*.pch
18-
19-
# Libraries
20-
*.lib
21-
*.a
22-
*.la
23-
*.lo
24-
25-
# Shared objects (inc. Windows DLLs)
26-
*.dll
27-
*.so
28-
*.so.*
29-
*.dylib
30-
31-
# Executables
32-
*.exe
33-
*.out
34-
*.app
35-
*.i*86
36-
*.x86_64
37-
*.hex
38-
39-
# Debug files
40-
*.dSYM/
41-
*.su
42-
*.idb
43-
*.pdb
44-
45-
# Kernel Module Compile Results
46-
*.mod*
47-
*.cmd
48-
.tmp_versions/
49-
modules.order
50-
Module.symvers
51-
Mkfile.old
52-
dkms.conf
53-
54-
Debug
1+
.metadata
2+
bin/
3+
tmp/
4+
*.tmp
5+
*.bak
6+
*.swp
7+
*~.nib
8+
local.properties
9+
.settings/
10+
.loadpath
11+
.recommenders
12+
13+
# External tool builders
14+
.externalToolBuilders/
15+
16+
# Locally stored "Eclipse launch configurations"
17+
*.launch
18+
19+
# PyDev specific (Python IDE for Eclipse)
20+
*.pydevproject
21+
22+
# CDT-specific (C/C++ Development Tooling)
23+
.cproject
24+
25+
# CDT- autotools
26+
.autotools
27+
28+
# Java annotation processor (APT)
29+
.factorypath
30+
31+
# PDT-specific (PHP Development Tools)
32+
.buildpath
33+
34+
# sbteclipse plugin
35+
.target
36+
37+
# Tern plugin
38+
.tern-project
39+
40+
# TeXlipse plugin
41+
.texlipse
42+
43+
# STS (Spring Tool Suite)
44+
.springBeans
45+
46+
# Code Recommenders
47+
.recommenders/
48+
49+
# Annotation Processing
50+
.apt_generated/
51+
.apt_generated_test/
52+
53+
# Scala IDE specific (Scala & Java development for Eclipse)
54+
.cache-main
55+
.scala_dependencies
56+
.worksheet
57+
58+
# Uncomment this line if you wish to ignore the project description file.
59+
# Typically, this file would be tracked if it contains build/dependency configurations:
60+
#.project
61+
62+
Debug

0 commit comments

Comments
 (0)