Skip to content

Commit d60c040

Browse files
committed
[TASK] Add a .gitignore file.
1 parent e600fac commit d60c040

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#########################
2+
# global ignore file
3+
########################
4+
# ignoring temporary files (left by e.g. vim)
5+
# ignoring by common IDE's used directories/files
6+
# dont ignore .rej and .orig as we want to see/clean files after conflict resolution
7+
#
8+
# for local exclude patterns please edit .git/info/exclude
9+
#
10+
*~
11+
*.bak
12+
*.idea
13+
*.project
14+
*.swp
15+
.buildpath
16+
.cache
17+
.project
18+
.session
19+
.settings
20+
.TemporaryItems
21+
.webprj
22+
nbproject
23+

0 commit comments

Comments
 (0)