summarylogtreecommitdiffstats
path: root/.gitignore
blob: 1df85eb06727687bbc689db9369b1d5cba92d0ad (plain)
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
41
# general
**.DS_Store
Thumbs.db
*~
*.pyc

# ctags file
.tags
.tags_sorted_by_file

# vim artifacts
*.swp
.vimlog

# Netbeans project directory
/nbproject/

# Rubymine artifacts
.idea

# Eclipse artifacts
.project
.pydevproject

# Textmate project files
/*.tmproj

# sass
.sass-cache
*.sassc

# scm revert files
**.orig

# package files
*.gz
*.zip

# src
src