Add starting .gitignore and .gitreview files
[lfn/process.git] / .gitignore
1 # Ignore Vim temporary files
2 .*.sw?
3
4 # Maven
5 target/
6
7 # Vagrant
8 .vagrant
9
10 # IntelliJ
11 .idea/
12 *.iml
13
14 # Eclipse
15 .project
16
17 # Python
18 .tox/
19 __pycache__/
20 *.pyc