diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,4 +7,7 @@ pagecache | |||
7 | # Eclipse project files | 7 | # Eclipse project files |
8 | .settings | 8 | .settings |
9 | .buildpath | 9 | .buildpath |
10 | .project \ No newline at end of file | 10 | .project |
11 | |||
12 | # Ignore raintpl generated pages | ||
13 | *.rtpl.php \ No newline at end of file | ||