File: .gitignore

package info (click to toggle)
cpp-hocon 0.3.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,320 kB
  • sloc: cpp: 12,223; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Misc files
*.swp
.DS_Store
Gemfile.local
Gemfile.lock

# Generated files
/lib/inc/*/export.h
/lib/inc/*/version.h
/lib/tests/fixtures.hpp
/lib/Doxyfile
/lib/html/
/lib/docs/
/*debug*/
/*release*/
/.idea/
/*build*/
acceptance/.bundle/
acceptance/vendor/
acceptance/junit/
acceptance/log/